perl-ktphn
This commit is contained in:
parent
2e523f01de
commit
3979523e12
|
@ -14,14 +14,14 @@ derle() {
|
|||
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
|
||||
PERL_AUTOINSTALL=--skipdeps \
|
||||
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$PKG'" \
|
||||
PERL_MB_OPT="--installdirs vendor --destdir '$PKG'" \
|
||||
PERL_MB_OPT="--installdirs vendor --destdir $PKG" \
|
||||
MODULEBUILDRC=/dev/null
|
||||
cd "$SRC/$_distdir"
|
||||
/usr/bin/perl Makefile.PL
|
||||
make
|
||||
)
|
||||
cd "$SRC/$_distdir"
|
||||
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
|
||||
export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
|
||||
make test
|
||||
cd "$SRC/$_distdir"
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue