diff options
Diffstat (limited to 'python/buildbot/buildbot.SlackBuild')
-rw-r--r-- | python/buildbot/buildbot.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/buildbot/buildbot.SlackBuild b/python/buildbot/buildbot.SlackBuild index b94ceaa0e6e3..5d2a7a0dc6e1 100644 --- a/python/buildbot/buildbot.SlackBuild +++ b/python/buildbot/buildbot.SlackBuild @@ -69,7 +69,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/man/man1 gzip -9 < docs/buildbot.1 > $PKG/usr/man/man1/buildbot.1.gz |