perl-ktphn

This commit is contained in:
milisbir 2018-02-28 05:29:54 +02:00
parent 2e523f01de
commit 3979523e12
1 changed files with 2 additions and 2 deletions

View File

@ -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