aboutsummaryrefslogtreecommitdiff
path: root/system/ttf-lato/ttf-lato.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-05-05 22:34:21 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 08:12:18 +0700
commiteb0369bfd441e1645f1e260409fc30937c82379a (patch)
tree5f68ddf7710ac72302cdca18d7cae12fbaaf702d /system/ttf-lato/ttf-lato.SlackBuild
parentcd1468b71989ca636ba676811059c0a3994bdd26 (diff)
system/ttf-lato: Updated for version 2.015.
The download is not versioned and the MD5SUM had changed, so while updating it, I fixed the version to match the one inside the zip file at the time of writing. I am not taking over maintenance. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-lato/ttf-lato.SlackBuild')
-rw-r--r--system/ttf-lato/ttf-lato.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ttf-lato/ttf-lato.SlackBuild b/system/ttf-lato/ttf-lato.SlackBuild
index ab401eeae919a..5df11b0a26237 100644
--- a/system/ttf-lato/ttf-lato.SlackBuild
+++ b/system/ttf-lato/ttf-lato.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ttf-lato
-VERSION=${VERSION:-1.0}
+VERSION=${VERSION:-2.015}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,6 +70,7 @@ cp -a $SRCNAM/Lato*.ttf $PKG/usr/share/fonts/TTF/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $SRCNAM/OFL.txt $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
+chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install