patch-client_Makefile_in 718 B

12345678910111213141516171819
  1. $OpenBSD: patch-client_Makefile_in,v 1.2 2015/10/30 15:54:50 benoit Exp $
  2. --- client/Makefile.in.orig Sat Oct 17 18:10:11 2015
  3. +++ client/Makefile.in Wed Oct 21 07:50:52 2015
  4. @@ -670,12 +670,12 @@ install-data-local:
  5. $(mkinstalldirs) $(DESTDIR)$(inst_dir)
  6. $(mkinstalldirs) $(DESTDIR)$(hi_dir)
  7. if ! test -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr; then \
  8. - $(INSTALL_DATA) -m 666 empty.hscr $(DESTDIR)$(hi_dir)/lbreakout2.hscr; \
  9. + $(INSTALL_DATA) empty.hscr $(DESTDIR)$(inst_dir)/lbreakout2.hscr; \
  10. fi;
  11. uninstall-local:
  12. rm -rf $(DESTDIR)$(inst_dir)
  13. - rm -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr
  14. + rm -f $(DESTDIR)$(inst_dir)/lbreakout2.hscr
  15. rm -rf $(DESTDIR)$(doc_dir)/lbreakout2
  16. win32-install-script: