Browse Source

system/apple-fonts-Garamond: update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/207/head
Petar Petrov 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
07764f8b86
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      system/apple-fonts-Garamond/apple-fonts-Garamond.SlackBuild

4
system/apple-fonts-Garamond/apple-fonts-Garamond.SlackBuild

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=apple-fonts-Garamond
VERSION=${VERSION:-r134}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,7 +49,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
mkdir -p $PKG/usr/share/fonts/TTF
cp -a $CWD/*.ttf $PKG/usr/share/fonts/TTF
cp -L $CWD/*.ttf $PKG/usr/share/fonts/TTF
# just in case...
chmod 0644 $PKG/usr/share/fonts/TTF/*.ttf

Loading…
Cancel
Save