perl: keep on using PREFIX, required for distcheck

This commit is contained in:
Frédéric Péters 2014-08-11 09:55:42 +02:00
parent 9b99eaee8a
commit d297c88224
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ clean-local:
-@if [ -f Makefile.perl ]; then make -f Makefile.perl clean; fi; rm -f Makefile.perl
install-exec-local: Makefile.perl
make -f Makefile.perl install DESTDIR=$(DESTDIR)
make -f Makefile.perl install DESTDIR=$(DESTDIR) PREFIX=$(prefix)
uninstall-local:
-@rm -rf `find $(DESTDIR)$(prefix) -name Lasso.pm -or -name Lasso.so -or -name Lasso.bs -or -name .packlist -or -name perllocal.pod`