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: ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
