diff options
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 8e4da64e53..6cd5fffc4d 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} |