diff options
Diffstat (limited to 'python/gearbox/gearbox.SlackBuild')
-rw-r--r-- | python/gearbox/gearbox.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/gearbox/gearbox.SlackBuild b/python/gearbox/gearbox.SlackBuild index 10bbe237913e..de0f06528d20 100644 --- a/python/gearbox/gearbox.SlackBuild +++ b/python/gearbox/gearbox.SlackBuild @@ -53,10 +53,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python2 setup.py install --root=$PKG +python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README* MANIFEST.in $PKG/usr/doc/$PRGNAM-$VERSION |