* Oops. missing DESTDIR for perl

This commit is contained in:
pancake 2010-03-15 18:06:42 +01:00
parent 99533607a0
commit 7bc94f34c4

View File

@ -78,8 +78,7 @@ install-ruby:
install-perl:
@if [ "`grep perl supported.langs`" ]; then \
target=${DESTDIR}`perl -e 'print $$INC[0]'` ; \
target=`perl -e 'for (@INC) { print "$$_\n" if /lib\/perl5/ && !/local/; }'` ; \
target=${DESTDIR}`perl -e 'for (@INC) { print "$$_\n" if /lib\/perl5/ && !/local/; }'` ; \
mkdir -p $$target/r2 ; \
echo "Installing perl r2 modules..." ; \
cp -rf perl/*.so $$target/r2 ; \