summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-10 10:32:34 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-10 10:32:34 +0000
commitdba4eb1f17e6201e0b1d8a3cbdf44bd745873a70 (patch)
tree83bbd6a3a6500bb73bb62ca66d50e2cb209d004c /net-analyzer/etherape/files
parentInitial commit, ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-dba4eb1f17e6201e0b1d8a3cbdf44bd745873a70.tar.gz
gentoo-2-dba4eb1f17e6201e0b1d8a3cbdf44bd745873a70.tar.bz2
gentoo-2-dba4eb1f17e6201e0b1d8a3cbdf44bd745873a70.zip
Added patch to fix mkinstalldirs path for bug 83310.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/etherape/files')
-rw-r--r--net-analyzer/etherape/files/etherape-0.9.1-fix-mkinstalldirs.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/etherape/files/etherape-0.9.1-fix-mkinstalldirs.diff b/net-analyzer/etherape/files/etherape-0.9.1-fix-mkinstalldirs.diff
new file mode 100644
index 000000000000..decdf4f33eaf
--- /dev/null
+++ b/net-analyzer/etherape/files/etherape-0.9.1-fix-mkinstalldirs.diff
@@ -0,0 +1,12 @@
+diff --exclude='*~' -urN etherape-0.9.1.orig/po/Makefile.in.in etherape-0.9.1/po/Makefile.in.in
+--- etherape-0.9.1.orig/po/Makefile.in.in 2005-03-09 21:34:44.400414592 -0500
++++ etherape-0.9.1/po/Makefile.in.in 2005-03-09 21:36:47.325727104 -0500
+@@ -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 = $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@