Remove NUMJOBS in perl-xml-twig and perl-net-dbus as it could cause some problem

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-09-29 08:02:39 +07:00
parent f172fdd91f
commit 1814a907a4
2 changed files with 2 additions and 6 deletions

View file

@ -32,8 +32,6 @@ TAG=${TAG:-_msb}
wget -c http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/$SRCNAM-$VERSION.tar.gz
NUMJOBS=${NUMJOBS:-" -j8 "}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -81,7 +79,7 @@ perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make $NUMJOBS | make
make
make test
make install DESTDIR=$PKG

View file

@ -33,8 +33,6 @@ ARCH=noarch
wget -c http://www.cpan.org/authors/id/M/MI/MIROD/$SRCNAM-$VERSION.tar.gz
NUMJOBS=${NUMJOBS:-" -j8 "}
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}
PKG=$TMP/package-$PRGNAM
@ -57,7 +55,7 @@ find . \
perl Makefile.PL -y INSTALLDIRS=vendor
make $NUMJOBS | make
make
make install DESTDIR=$PKG
mv $PKG/usr/share/man $PKG/usr/