]> git.pld-linux.org Git - packages/PerlPanel.git/blob - PerlPanel-DESTDIR.patch
- it looks like somebody forgot to add this ;)
[packages/PerlPanel.git] / PerlPanel-DESTDIR.patch
1 diff -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.026159 seconds and 3 git commands to generate.