From 872a3a44666f80852f17bd388fa579441e9682be Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 26 May 2020 13:29:10 +0200 Subject: Change remaining PRGNAM -> PKGNAM variables --- deps/hack-font-ttf/hack-font-ttf.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'deps/hack-font-ttf') diff --git a/deps/hack-font-ttf/hack-font-ttf.SlackBuild b/deps/hack-font-ttf/hack-font-ttf.SlackBuild index ab48b87..80e0606 100755 --- a/deps/hack-font-ttf/hack-font-ttf.SlackBuild +++ b/deps/hack-font-ttf/hack-font-ttf.SlackBuild @@ -24,7 +24,7 @@ # ----------------------------------------------------------------------------- -PRGNAM=hack-font-ttf +PKGNAM=hack-font-ttf SRCNAM=Hack VERSION=${VERSION:-"2.020"} SRCVER=$(echo $VERSION |tr . _) @@ -33,7 +33,7 @@ BUILD=${BUILD:-1} CWD=$(pwd) TMP=${TMP:-/tmp} -PKG=$TMP/package-$PRGNAM +PKG=$TMP/package-$PKGNAM rm -rf $PKG mkdir -p $TMP $PKG @@ -70,10 +70,10 @@ fi EOT # Add documentation: -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ $CWD/CHANGELOG.md $CWD/LICENSE.md $CWD/README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION + $PKG/usr/doc/$PKGNAM-$VERSION find $PKG/usr/doc -type f -exec chmod 644 {} \; # Add a package description: @@ -82,5 +82,5 @@ cat $CWD/slack-desc > $PKG/install/slack-desc # Build the package: cd $PKG -/sbin/makepkg -l y -c n $TMP/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}.txz +/sbin/makepkg -l y -c n $TMP/${PKGNAM}-${VERSION}-${ARCH}-${BUILD}.txz -- cgit v1.2.3