diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:29:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:29:27 +0200 |
commit | 9fba6c890fb17caa7ff78d8602fd4510f6029037 (patch) | |
tree | 89308c8aefae235e746b48b75b44ab03bb3aa3db /libraries/fpconst/fpconst.SlackBuild | |
parent | e881a5fe5d10f40d91f3cc631e36014d6388d178 (diff) | |
download | slackbuilds-9fba6c890fb17caa7ff78d8602fd4510f6029037.tar.gz |
libraries/fpconst: Updated for version 0.7.3
Diffstat (limited to 'libraries/fpconst/fpconst.SlackBuild')
-rw-r--r-- | libraries/fpconst/fpconst.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/fpconst/fpconst.SlackBuild b/libraries/fpconst/fpconst.SlackBuild index b9be16a67a..d0ff2a480f 100644 --- a/libraries/fpconst/fpconst.SlackBuild +++ b/libraries/fpconst/fpconst.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=fpconst VERSION=${VERSION:-0.7.3} -ARCH=${ARCH:-noarch} +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,4 +47,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} |