From a6228efd983df78d33357d5c3ed34bf96d832552 Mon Sep 17 00:00:00 2001 From: dsomero Date: Sun, 30 Sep 2012 11:24:09 -0400 Subject: network/sparkleshare: Fixed (Handle desktop and icon files) Signed-off-by: dsomero --- network/sparkleshare/sparkleshare.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network/sparkleshare/sparkleshare.SlackBuild') diff --git a/network/sparkleshare/sparkleshare.SlackBuild b/network/sparkleshare/sparkleshare.SlackBuild index 9e8498f5ab33..582976dd8f16 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} -- cgit v1.2.3