summaryrefslogtreecommitdiffstats
path: root/system/pdfgrep/pdfgrep.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-08-21 03:19:54 +0200
committer Willy Sudiarto Raharjo2014-08-22 17:09:27 +0200
commit25e64aae12ec7d2896175a823c43e94e7980c5bf (patch)
tree92fa5106a825bdad66e38f4e7058f03829dce3c7 /system/pdfgrep/pdfgrep.SlackBuild
parentd4d81d7c38d80d86461972ffd54364fac5c43783 (diff)
downloadslackbuilds-25e64aae12ec7d2896175a823c43e94e7980c5bf.tar.gz
system/pdfgrep: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pdfgrep/pdfgrep.SlackBuild')
-rw-r--r--system/pdfgrep/pdfgrep.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/system/pdfgrep/pdfgrep.SlackBuild b/system/pdfgrep/pdfgrep.SlackBuild
index 7a5b0e0758..e9dcfc0ba1 100644
--- a/system/pdfgrep/pdfgrep.SlackBuild
+++ b/system/pdfgrep/pdfgrep.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pdfgrep
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -90,9 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS TODO NEWS INSTALL COPYING README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS TODO NEWS INSTALL COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install