summaryrefslogtreecommitdiffstats
path: root/system/ttf-ubuntu-font-family
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-06-04 06:02:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-04 06:02:29 +0700
commit349d4cb29560299c3c5fb0545508adf186390379 (patch)
tree1106f02a2486a737493e2acb7a5b17deb3862557 /system/ttf-ubuntu-font-family
parent9c5b70f3f142a9b0789e2660dc77ae83061e7e09 (diff)
downloadslackbuilds-349d4cb29560299c3c5fb0545508adf186390379.tar.gz
slackbuilds-349d4cb29560299c3c5fb0545508adf186390379.tar.xz
system/ttf-ubuntu-font-family: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-ubuntu-font-family')
-rw-r--r--system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild10
-rw-r--r--system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info4
2 files changed, 8 insertions, 6 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 c40e4a9fc6..e46fef4d84 100644
--- a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
+++ b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for ttf-ubuntu-font-family
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@@ -44,10 +46,10 @@ unzip $CWD/ubuntu-font-family-$VERSION.zip
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 \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -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 {} \;
mkdir -p $PKG/usr/share/fonts/TTF
cp -a *.ttf $PKG/usr/share/fonts/TTF
diff --git a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info
index aff6419baa..dbd80f370a 100644
--- a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info
+++ b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info
@@ -6,5 +6,5 @@ MD5SUM="a1fc70f5a5b1d096ab8310886cddaa1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"