mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
12 lines
229 B
Text
12 lines
229 B
Text
|
mkdir build-python3
|
||
|
cd build-python3
|
||
|
make $NUMJOBS || make || exit 1
|
||
|
make install DESTDIR=$PKG || exit 1
|
||
|
cd -
|
||
|
|
||
|
mkdir build-python2
|
||
|
cd build-python2
|
||
|
make $NUMJOBS || make || exit 1
|
||
|
make install DESTDIR=$PKG || exit 1
|
||
|
cd -
|