diff options
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 8465a644a47d..63d584bf7c4d 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 \) \ |