diff options
author | Richard Ellis <rellis@dp100.com> | 2010-05-13 00:42:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:42:05 +0200 |
commit | 90df6dd8d6620185a196ff63a87c65b959f5cbc7 (patch) | |
tree | 3e32b0280a527a3cdf239f9dba177ff0465d5592 /system/ts/ts.SlackBuild | |
parent | 029b5ff2bed77697e10b190106b7fc38096d7f76 (diff) |
system/ts: Updated for version 0.6.4
Diffstat (limited to 'system/ts/ts.SlackBuild')
-rw-r--r-- | system/ts/ts.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ts/ts.SlackBuild b/system/ts/ts.SlackBuild index 69399516f10f..e1e8b138efbc 100644 --- a/system/ts/ts.SlackBuild +++ b/system/ts/ts.SlackBuild @@ -71,4 +71,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} |