diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-13 00:36:30 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:36:30 +0200 |
commit | 2b9d0de4e9218e616577e3d8fa3b1ed3853454db (patch) | |
tree | 77c097c2773f722f07c593290e7ae066a83e28fc /network/frostwire/frostwire.SlackBuild | |
parent | ba584d77f79b3431a1937673f1b269d519b0c225 (diff) | |
download | slackbuilds-2b9d0de4e9218e616577e3d8fa3b1ed3853454db.tar.gz |
network/frostwire: Updated for version 4.18.0
Diffstat (limited to 'network/frostwire/frostwire.SlackBuild')
-rw-r--r-- | network/frostwire/frostwire.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild index 92fbe5ba0e..9617edc5e8 100644 --- a/network/frostwire/frostwire.SlackBuild +++ b/network/frostwire/frostwire.SlackBuild @@ -90,4 +90,4 @@ chown -R root:root . chmod -R a-s,u+rw,go+r-w . find . -type d -name '.svn' | xargs rm -rf -/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |