diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 00:28:21 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:21 +0200 |
commit | 0cb82585511ef53084d1b02f962987c89596ce05 (patch) | |
tree | a4c48dcdc294b0a079e836a39639069d5d46b186 /graphics/xdot/xdot.SlackBuild | |
parent | 1313df468b1146742aa8d4b7b22d58253e2a126f (diff) |
graphics/xdot: Updated for version 20090403
Diffstat (limited to 'graphics/xdot/xdot.SlackBuild')
-rw-r--r-- | graphics/xdot/xdot.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xdot/xdot.SlackBuild b/graphics/xdot/xdot.SlackBuild index 53a0b98131286..c2cf0b124821d 100644 --- a/graphics/xdot/xdot.SlackBuild +++ b/graphics/xdot/xdot.SlackBuild @@ -51,8 +51,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -python setup.py bdist -tar -xvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG +python setup.py install --root=$PKG ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ @@ -69,4 +68,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.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |