]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- fix error in make install in po/ directory
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Sat, 15 Nov 2003 20:47:30 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aMule-po_makefile.patch -> 1.1

aMule-po_makefile.patch [new file with mode: 0644]

diff --git a/aMule-po_makefile.patch b/aMule-po_makefile.patch
new file mode 100644 (file)
index 0000000..cbb377a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur old/po/Makefile.in.in new/po/Makefile.in.in
+--- old/po/Makefile.in.in      2003-11-04 14:44:20.000000000 +0000
++++ new/po/Makefile.in.in      2003-11-15 17:36:20.000000000 +0000
+@@ -27,7 +27,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
This page took 0.027599 seconds and 4 git commands to generate.