]> git.pld-linux.org Git - packages/PerlPanel.git/blame - PerlPanel-DESTDIR.patch
- 0.4.2 - it's my last update to this package - it becomes a clone of
[packages/PerlPanel.git] / PerlPanel-DESTDIR.patch
CommitLineData
b3093808 1diff -aurN PerlPanel-0.4.1.orig/Makefile PerlPanel-0.4.1/Makefile
2--- PerlPanel-0.4.1.orig/Makefile 2004-04-06 00:02:29.000000000 +0200
3+++ PerlPanel-0.4.1/Makefile 2004-04-22 23:48:29.188722176 +0200
4@@ -76,7 +76,7 @@
5 install -m 0755 build/PerlPanel::MenuBase.1 $(DESTDIR)/$(MANDIR)/$(MAN_LIBS_SECTION)/
6
7 # similarly for other locales as they become available:
8- install -m 0644 build/locale/en/$(LC_CATEGORY)/perlpanel.mo $(LOCALEDIR)/en/$(LC_CATEGORY)/
9+ install -m 0644 build/locale/en/$(LC_CATEGORY)/perlpanel.mo $(DESTDIR)/$(LOCALEDIR)/en/$(LC_CATEGORY)/
10 clean:
11 rm -rf build
12
This page took 0.053633 seconds and 4 git commands to generate.