]> git.pld-linux.org Git - packages/PerlPanel.git/commitdiff
- it looks like somebody forgot to add this ;)
authorfreetz <freetz@pld-linux.org>
Thu, 22 Apr 2004 22:00:40 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PerlPanel-DESTDIR.patch -> 1.7

PerlPanel-DESTDIR.patch [new file with mode: 0644]

diff --git a/PerlPanel-DESTDIR.patch b/PerlPanel-DESTDIR.patch
new file mode 100644 (file)
index 0000000..5f0815a
--- /dev/null
@@ -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
This page took 0.035962 seconds and 4 git commands to generate.