summaryrefslogtreecommitdiffstats
path: root/system/dina-font/dina-font.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/dina-font/dina-font.SlackBuild')
-rw-r--r--system/dina-font/dina-font.SlackBuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/system/dina-font/dina-font.SlackBuild b/system/dina-font/dina-font.SlackBuild
index a733ac5d66..d81123c69d 100644
--- a/system/dina-font/dina-font.SlackBuild
+++ b/system/dina-font/dina-font.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for dina-font
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dina-font
-VERSION=${VERSION:-2.89}
+VERSION=${VERSION:-2.92}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,14 +42,15 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf Dina-PCF
-tar xvf $CWD/dina-pcf-$VERSION.tar.gz
+mkdir -p $CWD/Dina-PCF
+unzip $CWD/Dina.zip -d Dina-PCF/
cd Dina-PCF
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/misc
cp -a * $PKG/usr/share/fonts/misc