This commit is contained in:
Joey Hess
2009-11-20 17:33:08 -05:00
parent 577e2b11e2
commit 7ade57f401

View File

@@ -29,9 +29,6 @@ extra_build:
extra_install: extra_install:
install -d $(PREFIX)/share/alien/patches \ install -d $(PREFIX)/share/alien/patches \
$(VARPREFIX)/var/lib/alien $(VARPREFIX)/var/lib/alien
cp -f patches/*.diff $(PREFIX)/share/alien/patches/
-rm -f $(PREFIX)/share/alien/patches/*.gz
gzip -qf9 $(PREFIX)/share/alien/patches/*
alien: alien:
perl -pe '$$_="" if /use lib/; $$_="our \$$Version=\"$(VER)\";\n" if /VERSION_AUTOREPLACE/' alien.pl > alien perl -pe '$$_="" if /use lib/; $$_="our \$$Version=\"$(VER)\";\n" if /VERSION_AUTOREPLACE/' alien.pl > alien