summaryrefslogtreecommitdiffstats
path: root/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen2016-01-01 05:11:10 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:56 +0100
commitd28bfeb8672942ed48c7f8b25be4900bdf0c4189 (patch)
treeedc9bfcb9d9034dbff3d4bff319e2f44d485c313 /system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
parent3d74b0dc84ad9fe4d3ee816440652a0c4610c97c (diff)
downloadslackbuilds-d28bfeb8672942ed48c7f8b25be4900bdf0c4189.tar.gz
system/ttf-ubuntu-font-family: Updated for version 0.83.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild')
-rw-r--r--system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
index e46fef4d84..edb5d749f6 100644
--- a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
+++ b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ttf-ubuntu-font-family
-VERSION=${VERSION:-0.80}
+VERSION=${VERSION:-0.83}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,9 +47,9 @@ cd ubuntu-font-family-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/fonts/TTF
cp -a *.ttf $PKG/usr/share/fonts/TTF