diff options
author | Alan Alberghini <414N@slacky.it> | 2011-05-17 14:59:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-17 14:59:22 -0500 |
commit | 4ec89d88171faea342970bc773b10054e924299a (patch) | |
tree | a4d86abdd9d796552d354b6479569c693b656de3 /network/kfilebox/kfilebox.SlackBuild | |
parent | 7690ae60b09b1f98342ac5651b5f6ad02a3ac228 (diff) |
network/kfilebox: Updated for version 0.4.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/kfilebox/kfilebox.SlackBuild')
-rw-r--r-- | network/kfilebox/kfilebox.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/kfilebox/kfilebox.SlackBuild b/network/kfilebox/kfilebox.SlackBuild index 8e4da64e5310..6cd5fffc4d6f 100644 --- a/network/kfilebox/kfilebox.SlackBuild +++ b/network/kfilebox/kfilebox.SlackBuild @@ -24,7 +24,7 @@ # SUCH DAMAGE. PRGNAM=kfilebox -VERSION=${VERSION:-0.4.6} +VERSION=${VERSION:-0.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $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.${PKGTYPE:-tgz} |