diff options
-rw-r--r-- | python/py3cairo/py3cairo.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/py3cairo/py3cairo.SlackBuild b/python/py3cairo/py3cairo.SlackBuild index 6a4baedc24..8207ee2dd9 100644 --- a/python/py3cairo/py3cairo.SlackBuild +++ b/python/py3cairo/py3cairo.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for py3cairo +# Slackware build script for py3cairo # Copyright 2014, Bojan Popovic <bocke@slackware-srbija.org>, Belgrade, Serbia # All rights reserved. # @@ -83,7 +83,7 @@ python3 ./waf configure \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION -python3 ./waf build +python3 ./waf build DESTDIR=$PKG python3 ./waf install find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -99,4 +99,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |