From d297c88224b799711b5e5da4cf5545b6735d7654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 11 Aug 2014 09:55:42 +0200 Subject: [PATCH] perl: keep on using PREFIX, required for distcheck --- bindings/perl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am index 22e231f3..1c0f3457 100644 --- a/bindings/perl/Makefile.am +++ b/bindings/perl/Makefile.am @@ -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`