summaryrefslogtreecommitdiffstats
path: root/development/geany-plugins/geany-plugins.SlackBuild
diff options
context:
space:
mode:
author James Geboski2011-01-23 22:49:07 +0100
committer Robby Workman2011-01-30 16:13:23 +0100
commit643e22b56b00223ce7052b888f974c25e6d08646 (patch)
treed31cc14042a53ca7202136fecf1967750a7ed5f5 /development/geany-plugins/geany-plugins.SlackBuild
parent8d7600bdc344ee382ee72d0876ab58b033d0a59f (diff)
downloadslackbuilds-643e22b56b00223ce7052b888f974c25e6d08646.tar.gz
development/geany-plugins: Updated for version 0.20.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild
index ab29e16fea..64544240fe 100644
--- a/development/geany-plugins/geany-plugins.SlackBuild
+++ b/development/geany-plugins/geany-plugins.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geany-plugins
-VERSION=${VERSION:-0.19}
+VERSION=${VERSION:-0.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,10 +87,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- NEWS \
- README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install