mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
* Oops. missing DESTDIR for perl
This commit is contained in:
parent
99533607a0
commit
7bc94f34c4
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user