Author: darekr Date: Tue Oct 2 17:20:38 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix MKINSTALLDIRS var
---- Files affected: SOURCES: ucarp-Makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ucarp-Makefile.patch diff -u /dev/null SOURCES/ucarp-Makefile.patch:1.1 --- /dev/null Tue Oct 2 19:20:38 2007 +++ SOURCES/ucarp-Makefile.patch Tue Oct 2 19:20:33 2007 @@ -0,0 +1,11 @@ +--- ucarp-1.1.orig/po/Makefile.in.in 2007-10-02 19:13:06.209809229 +0200 ++++ ucarp-1.1/po/Makefile.in.in 2007-10-02 19:17:42.751445339 +0200 +@@ -26,7 +26,7 @@ + + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-MKINSTALLDIRS = @MKINSTALLDIRS@ ++MKINSTALLDIRS = @top_srcdir@/mkinstalldirs + mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) + + GMSGFMT = @GMSGFMT@ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
