From: freetz Date: Thu, 22 Apr 2004 22:00:40 +0000 (+0000) Subject: - it looks like somebody forgot to add this ;) X-Git-Url: http://git.pld-linux.org/?p=packages%2FPerlPanel.git;a=commitdiff_plain;h=b309380882884f3e48d5f74d52a650e4cb6c69fb - it looks like somebody forgot to add this ;) Changed files: PerlPanel-DESTDIR.patch -> 1.7 --- diff --git a/PerlPanel-DESTDIR.patch b/PerlPanel-DESTDIR.patch new file mode 100644 index 0000000..5f0815a --- /dev/null +++ b/PerlPanel-DESTDIR.patch @@ -0,0 +1,12 @@ +diff -aurN PerlPanel-0.4.1.orig/Makefile PerlPanel-0.4.1/Makefile +--- PerlPanel-0.4.1.orig/Makefile 2004-04-06 00:02:29.000000000 +0200 ++++ PerlPanel-0.4.1/Makefile 2004-04-22 23:48:29.188722176 +0200 +@@ -76,7 +76,7 @@ + install -m 0755 build/PerlPanel::MenuBase.1 $(DESTDIR)/$(MANDIR)/$(MAN_LIBS_SECTION)/ + + # similarly for other locales as they become available: +- install -m 0644 build/locale/en/$(LC_CATEGORY)/perlpanel.mo $(LOCALEDIR)/en/$(LC_CATEGORY)/ ++ install -m 0644 build/locale/en/$(LC_CATEGORY)/perlpanel.mo $(DESTDIR)/$(LOCALEDIR)/en/$(LC_CATEGORY)/ + clean: + rm -rf build +