]> git.pld-linux.org Git - packages/alien.git/blob - alien-DESTDIR.patch
- suggest dpkg...
[packages/alien.git] / alien-DESTDIR.patch
1 --- alien/Makefile.PL~  2009-11-20 23:32:47.000000000 +0100
2 +++ alien/Makefile.PL   2009-12-10 10:01:31.997079337 +0100
3 @@ -27,8 +27,8 @@
4         perl -i -pe "s/\@version\@/$(VER)/g" <alien.spec.in >alien.spec
5  
6  extra_install:
7 -       install -d $(PREFIX)/share/alien/patches \
8 -                  $(VARPREFIX)/var/lib/alien
9 +       install -d $(DESTDIR)$(PREFIX)/share/alien/patches \
10 +                  $(DESTDIR)$(VARPREFIX)/var/lib/alien
11  
12  alien:
13         perl -pe '$$_="" if /use lib/; $$_="our \$$Version=\"$(VER)\";\n" if /VERSION_AUTOREPLACE/' alien.pl > alien
This page took 0.024263 seconds and 3 git commands to generate.