diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2011-03-04 08:12:03 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-04 08:12:03 -0300 |
commit | 648d3ff502a56cbd81effcc477de1b3c2c0542e8 (patch) | |
tree | 1ffc539d9bff4f52dcf0dbadeb5449cfb75444e0 /system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild | |
parent | 88b541f10e37a311a9c44b8a0314caae104522ea (diff) | |
download | slackbuilds-648d3ff502a56cbd81effcc477de1b3c2c0542e8.tar.gz |
system/ttf-ubuntu-font-family: Updated for version 0.70.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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.SlackBuild | 10 |
1 files changed, 5 insertions, 5 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 8465a644a4..63d584bf7c 100644 --- a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild +++ b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ttf-ubuntu-font-family -# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ttf-ubuntu-font-family -VERSION=${VERSION:-0.69} +VERSION=${VERSION:-0.70.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,9 +39,9 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf ubuntu-font-family-sources-$VERSION+ufl -tar xvf $CWD/ubuntu-font-family-sources_$VERSION+ufl.orig.tar.gz -cd ubuntu-font-family-sources-$VERSION+ufl +rm -rf ubuntu-font-family-$VERSION +unzip $CWD/ubuntu-font-family-$VERSION.zip +cd ubuntu-font-family-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |