diff options
Diffstat (limited to 'python/boto')
-rw-r--r-- | python/boto/boto.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/boto/boto.SlackBuild b/python/boto/boto.SlackBuild index 70c3f7aaa439d..f18a3f5e54111 100644 --- a/python/boto/boto.SlackBuild +++ b/python/boto/boto.SlackBuild @@ -55,7 +55,7 @@ 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 +python2 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.rst docs/*.pdf docs/*/*/v${VERSION}.rst $PKG/usr/doc/$PRGNAM-$VERSION |