mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
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:
parent
f172fdd91f
commit
1814a907a4
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue