diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-04-03 19:47:56 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-04-03 19:47:56 -0300 |
commit | 4948167f92db2007d265927f9cbd72eec6d7ba6a (patch) | |
tree | 3cd36899a2e451474540fe39882c6a204a267db8 /system/motion/motion.SlackBuild | |
parent | 334c8132f03980092cddc0affbf8424cafc4476f (diff) | |
download | slackbuilds-4948167f92db2007d265927f9cbd72eec6d7ba6a.tar.gz |
system/motion: Fixed download link + $PKGTYPE
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/motion/motion.SlackBuild')
-rw-r--r-- | system/motion/motion.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/motion/motion.SlackBuild b/system/motion/motion.SlackBuild index d039cf6d30..169f935892 100644 --- a/system/motion/motion.SlackBuild +++ b/system/motion/motion.SlackBuild @@ -99,4 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh 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} |