diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-09-16 22:42:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-16 22:42:39 +0700 |
commit | 07764f8b86c00a8ee75d9362efd5c9331a62b2f8 (patch) | |
tree | a41f63580ae5a00a20f5d014195cd0e6e6af5427 /system | |
parent | 6bba91c9b4971bda4a99380f08b72a8f3fc27b5d (diff) |
system/apple-fonts-Garamond: update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/apple-fonts-Garamond/apple-fonts-Garamond.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/apple-fonts-Garamond/apple-fonts-Garamond.SlackBuild b/system/apple-fonts-Garamond/apple-fonts-Garamond.SlackBuild index 157e2129e564..4aeb812cf5b1 100644 --- a/system/apple-fonts-Garamond/apple-fonts-Garamond.SlackBuild +++ b/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 |