summaryrefslogtreecommitdiffstats
path: root/system/fnt/fnt.SlackBuild
diff options
context:
space:
mode:
author Vijay Marcel <vijaymarcel@outlook.com>2024-09-19 06:15:47 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-19 06:33:23 +0700
commit32eee442a4ed591cb800845ffbdb80b8ce096477 (patch)
tree595c93531a51b418d5203b5aa755667d3fc8dd03 /system/fnt/fnt.SlackBuild
parentff68a98376ad962c8ba05a4740858cdc51fe7abf (diff)
downloadslackbuilds-32eee442a4ed591cb800845ffbdb80b8ce096477.tar.gz
slackbuilds-32eee442a4ed591cb800845ffbdb80b8ce096477.tar.xz
system/fnt: Updated for version 1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fnt/fnt.SlackBuild')
-rw-r--r--system/fnt/fnt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fnt/fnt.SlackBuild b/system/fnt/fnt.SlackBuild
index 501874d719..7af0560458 100644
--- a/system/fnt/fnt.SlackBuild
+++ b/system/fnt/fnt.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fnt
-VERSION=${VERSION:-1.6}
+VERSION=${VERSION:-1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -61,7 +61,7 @@ make
make install DESTDIR=$PKG
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
+ | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true
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