mirror of
git://slackware.nl/current.git
synced 2025-01-09 05:24:36 +01:00
8 lines
139 B
Text
8 lines
139 B
Text
|
cd python3
|
||
|
if ! make $NUMJOBS ; then
|
||
|
touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed
|
||
|
continue
|
||
|
fi
|
||
|
make install DESTDIR=$PKG
|
||
|
cd -
|