diff options
author | Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm> | 2010-05-13 00:42:23 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:42:23 +0200 |
commit | b7aeae22648b1902233a63210416d1b003abb145 (patch) | |
tree | 7ccc591372b124d195d8457a61dc0dd2fc998bfa /system/webcore-fonts/webcore-fonts.SlackBuild | |
parent | 816f172bcddc734a6f85a54b3d52087853c770bb (diff) | |
download | slackbuilds-b7aeae22648b1902233a63210416d1b003abb145.tar.gz |
system/webcore-fonts: Updated for version 3.0
Diffstat (limited to 'system/webcore-fonts/webcore-fonts.SlackBuild')
-rw-r--r-- | system/webcore-fonts/webcore-fonts.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/webcore-fonts/webcore-fonts.SlackBuild b/system/webcore-fonts/webcore-fonts.SlackBuild index 8f79d4fe7a..5962b9abdd 100644 --- a/system/webcore-fonts/webcore-fonts.SlackBuild +++ b/system/webcore-fonts/webcore-fonts.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=webcore-fonts VERSION=${VERSION:-3.0} -ARCH=${ARCH:-noarch} +ARCH=noarch BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -49,4 +49,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} |