patch-share_Makefile_in 645 B

123456789101112131415
  1. $OpenBSD: patch-share_Makefile_in,v 1.1 2016/05/17 07:13:42 kirby Exp $
  2. Do not install templates directory. @sample it from templates.dist instead.
  3. --- share/Makefile.in.orig Mon May 16 17:07:11 2016
  4. +++ share/Makefile.in Mon May 16 17:07:37 2016
  5. @@ -166,7 +166,6 @@ install:
  6. for file in pnp/templates.special/*; \
  7. do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(DATAROOTDIR)/templates.special; done
  8. - $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/templates
  9. $(INSTALL) -m 644 $(INSTALL_OPTS) pnp/index.php $(DESTDIR)$(DATAROOTDIR)
  10. $(INSTALL) -m 644 $(INSTALL_OPTS) pnp/install.php $(DESTDIR)$(DATAROOTDIR)