summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-04-19 09:21:33 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-04-19 09:21:33 +0000
commitf40433d0202228a49ec717660c275f45c3eed68a (patch)
tree5b82b95c63636d919d81a14c8c2229b10d6e8749 /app-misc/emelfm/files/makefile-nls-gentoo.patch
parentversion bump (diff)
downloadhistorical-f40433d0202228a49ec717660c275f45c3eed68a.tar.gz
historical-f40433d0202228a49ec717660c275f45c3eed68a.tar.bz2
historical-f40433d0202228a49ec717660c275f45c3eed68a.zip
new ebuild. resolves bug #894
Diffstat (limited to 'app-misc/emelfm/files/makefile-nls-gentoo.patch')
-rw-r--r--app-misc/emelfm/files/makefile-nls-gentoo.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-misc/emelfm/files/makefile-nls-gentoo.patch b/app-misc/emelfm/files/makefile-nls-gentoo.patch
new file mode 100644
index 000000000000..26a84b111fe5
--- /dev/null
+++ b/app-misc/emelfm/files/makefile-nls-gentoo.patch
@@ -0,0 +1,17 @@
+--- emelfm-0.9.2.original/Makefile Sat Nov 18 17:01:04 2000
++++ emelfm-0.9.2/Makefile Fri Apr 19 03:33:54 2002
+@@ -39,12 +39,12 @@
+ install -c -m 644 docs/$$file $(DOC_DIR); \
+ done
+ cd plugins; make install
+- [ -z $(NLS) ] || LOCALEDIR=$(LOCALEDIR) cd po; make install
++ [ -z $(NLS) ] || (LOCALEDIR=$(LOCALEDIR) cd po; make install)
+
+ uninstall:
+ rm -f $(BIN_DIR)/emelfm
+ rm -rf $(PREFIX)/share/emelfm
+- [ -z $(NLS) ] || LOCALEDIR=$(LOCALEDIR) cd po; make uninstall
++ [ -z $(NLS) ] || (LOCALEDIR=$(LOCALEDIR) cd po; make uninstall)
+
+ clean:
+ rm -f core tags *.o .*swp *.out emelfm