[BACK]Return to patch-scripts_Makefile_in CVS log [TXT][DIR] Up to [local] / ports / www / pnp4nagios / patches

File: [local] / ports / www / pnp4nagios / patches / Attic / patch-scripts_Makefile_in (download)

Revision 1.1, Fri Feb 5 15:37:04 2016 UTC (8 years, 4 months ago) by kirby
Branch: MAIN

do not install directories outside prefixes on fake

$OpenBSD$
--- scripts/Makefile.in.orig	Fri Feb  5 17:26:12 2016
+++ scripts/Makefile.in	Fri Feb  5 17:26:33 2016
@@ -44,7 +44,7 @@ install-rrdmodify: 
 install: 
 	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(PERFDATADIR)
 	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR)
-	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/stats
+#	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/stats
 	$(MAKE) install-processperfdata
 	$(MAKE) install-plugins
 	$(MAKE) install-rrdconvert