aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/leechcraft/leechcraft.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/leechcraft/leechcraft.SlackBuild b/network/leechcraft/leechcraft.SlackBuild
index 5a6c99231e0c..00521f8fba62 100644
--- a/network/leechcraft/leechcraft.SlackBuild
+++ b/network/leechcraft/leechcraft.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=leechcraft
VERSION=0.3.65
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -101,6 +101,7 @@ mv $PKG/usr/share/man $PKG/usr
mkdir -p $PKG/install
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.${PKGTYPE:-tgz}