summaryrefslogtreecommitdiffstats
path: root/development/geany-plugins/geany-plugins.SlackBuild
diff options
context:
space:
mode:
author dsomero2012-09-29 21:23:24 +0200
committer Robby Workman2012-09-30 00:17:42 +0200
commitb3c9b66d9f68ebdee73c2566cddd15972c4ec75a (patch)
tree3e5ca159f4bf3eaec2a4c475b2d466c77d609fe7 /development/geany-plugins/geany-plugins.SlackBuild
parent1e2625ddab3f3f16c3dc66a60637303c8898537e (diff)
downloadslackbuilds-b3c9b66d9f68ebdee73c2566cddd15972c4ec75a.tar.gz
development/geany-plugins: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild
index 281f846edd..1ea48a624f 100644
--- a/development/geany-plugins/geany-plugins.SlackBuild
+++ b/development/geany-plugins/geany-plugins.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=geany-plugins
VERSION=${VERSION:-1.22}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -93,6 +93,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}