summaryrefslogtreecommitdiffstats
path: root/network/sparkleshare/sparkleshare.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/sparkleshare/sparkleshare.SlackBuild')
-rw-r--r--network/sparkleshare/sparkleshare.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/sparkleshare/sparkleshare.SlackBuild b/network/sparkleshare/sparkleshare.SlackBuild
index 9e8498f5ab..582976dd8f 100644
--- a/network/sparkleshare/sparkleshare.SlackBuild
+++ b/network/sparkleshare/sparkleshare.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=sparkleshare
VERSION=${VERSION:-0.9.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -90,6 +90,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/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}