aboutsummaryrefslogtreecommitdiff
path: root/python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild')
-rw-r--r--python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild b/python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild
index 1ebdbd8538..9478fce0c5 100644
--- a/python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild
+++ b/python/findsystemfontsfilename/findsystemfontsfilename.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for findsystemfontsfilename
-# Copyright 2024 Giancarlo Dessì, Cagliari, IT, <slack@giand.it>
+# Copyright 2024-2025 Giancarlo Dessì, Cagliari, IT, <slack@giand.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=findsystemfontsfilename
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install