SOURCES: paco-Makefile.patch (NEW) - fix Makefile

rotom rotom at pld-linux.org
Thu Feb 9 20:48:51 CET 2006


Author: rotom                        Date: Thu Feb  9 19:48:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix Makefile

---- Files affected:
SOURCES:
   paco-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/paco-Makefile.patch
diff -u /dev/null SOURCES/paco-Makefile.patch:1.1
--- /dev/null	Thu Feb  9 20:48:51 2006
+++ SOURCES/paco-Makefile.patch	Thu Feb  9 20:48:46 2006
@@ -0,0 +1,16 @@
+--- paco-1.10.2/doc/Makefile.in	2005-11-06 20:26:22.000000000 +0100
++++ paco-1.10.2/doc/Makefile.in	2006-02-06 17:08:11.000000000 +0100
+@@ -510,12 +510,7 @@
+ 
+ 
+ install-data-local: pacorc
+-	test -d $(sysconfdir) || $(mkinstalldirs) $(sysconfdir)
+-	if test -f $(sysconfdir)/pacorc; then \
+-	  $(INSTALL_DATA) pacorc $(sysconfdir)/pacorc.new; \
+-	else \
+-	  $(INSTALL_DATA) pacorc $(sysconfdir)/pacorc; \
+-	fi
++	  $(INSTALL_DATA) pacorc $(DESTDIR)$(sysconfdir)/pacorc;
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
================================================================


More information about the pld-cvs-commit mailing list