]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- patch correcting install procedure,
authordjrzulf <djrzulf@pld-linux.org>
Mon, 26 May 2003 12:59:18 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gawk-mkinstalldirs.patch -> 1.1

gawk-mkinstalldirs.patch [new file with mode: 0644]

diff --git a/gawk-mkinstalldirs.patch b/gawk-mkinstalldirs.patch
new file mode 100644 (file)
index 0000000..e6dfc75
--- /dev/null
@@ -0,0 +1,11 @@
+--- gawk-3.1.2/po/Makefile.in.in.orig  Mon May 26 12:51:37 2003
++++ gawk-3.1.2/po/Makefile.in.in       Mon May 26 12:51:40 2003
+@@ -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) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
This page took 0.176738 seconds and 4 git commands to generate.