diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-13 00:40:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:40:09 +0200 |
commit | 190fbe40629f9ea595fbe107885d7da46afc4dfe (patch) | |
tree | a6adca1147692b1c3427f59a8eedff56c51be497 /system/ecofont-ttf/ecofont-ttf.SlackBuild | |
parent | 8c0795fb705849702bc7dea3acc8fbb2ae55f300 (diff) | |
download | slackbuilds-190fbe40629f9ea595fbe107885d7da46afc4dfe.tar.gz |
system/ecofont-ttf: Updated for version 2.02
Diffstat (limited to 'system/ecofont-ttf/ecofont-ttf.SlackBuild')
-rw-r--r-- | system/ecofont-ttf/ecofont-ttf.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ecofont-ttf/ecofont-ttf.SlackBuild b/system/ecofont-ttf/ecofont-ttf.SlackBuild index 9c643c3c18..2ac2e565a0 100644 --- a/system/ecofont-ttf/ecofont-ttf.SlackBuild +++ b/system/ecofont-ttf/ecofont-ttf.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=ecofont-ttf VERSION=2.02 ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -60,4 +60,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} |