summaryrefslogtreecommitdiffstats
path: root/graphics/graphite2/graphite2.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen2018-12-28 23:20:50 +0100
committer Willy Sudiarto Raharjo2018-12-28 23:20:50 +0100
commit515673a51e8b0bebc796b81b6ac9545940891577 (patch)
treeeb9d71d17efb3e3cb0d6ce14b112599937ad3982 /graphics/graphite2/graphite2.SlackBuild
parent96b7136c3261815a2b658da8db088eb40c636332 (diff)
downloadslackbuilds-515673a51e8b0bebc796b81b6ac9545940891577.tar.gz
graphics/graphite2: Updated for version 1.3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/graphite2/graphite2.SlackBuild')
-rw-r--r--graphics/graphite2/graphite2.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/graphite2/graphite2.SlackBuild b/graphics/graphite2/graphite2.SlackBuild
index 19cc534e14..ed4a1ef360 100644
--- a/graphics/graphite2/graphite2.SlackBuild
+++ b/graphics/graphite2/graphite2.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=graphite2
-VERSION=${VERSION:-1.3.12}
+VERSION=${VERSION:-1.3.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,8 +82,8 @@ cd build
make install DESTDIR=$PKG
cd ..
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 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 COPYING ChangeLog LICENSE README.md Todo.txt $PKG/usr/doc/$PRGNAM-$VERSION