SVN: rc-scripts/trunk/Makefile.am

glen glen at pld-linux.org
Thu Jan 11 15:11:03 CET 2007


Author: glen
Date: Thu Jan 11 15:11:02 2007
New Revision: 8145

Modified:
   rc-scripts/trunk/Makefile.am
Log:
Fix for make distcheck.

Modified: rc-scripts/trunk/Makefile.am
==============================================================================
--- rc-scripts/trunk/Makefile.am	(original)
+++ rc-scripts/trunk/Makefile.am	Thu Jan 11 15:11:02 2007
@@ -30,8 +30,8 @@
 	rc-scripts.spec
 
 install-data-hook:
-	install -d $(DESTDIR)/var/cache/$(PACKAGE)
-	[ -f $(DESTDIR)/var/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)/var/cache/$(PACKAGE)/msg.cache
+	install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
+	[ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
 
 # make rpms
 rpm: $(PACKAGE).spec


More information about the pld-cvs-commit mailing list