diff options
author | CCHsu <a12321aabb@gmail.com> | 2014-09-12 17:56:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-12 17:56:42 +0700 |
commit | 8302a9594d759ef7d3932b02706f14ae3f0a7a56 (patch) | |
tree | 2c335a25784f4973027ceb8ce3306a7295ca1142 /system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild | |
parent | 900ce5e47f58e107a670e2334c205b694b83bec3 (diff) | |
download | slackbuilds-8302a9594d759ef7d3932b02706f14ae3f0a7a56.tar.gz |
system/cwtex-q-fonts: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild')
-rw-r--r-- | system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild b/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild index e80e83093d..a8c1e6d04e 100644 --- a/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild +++ b/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=cwtex-q-fonts VERSION=${VERSION:-0.2} ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -49,10 +49,10 @@ mkdir -p $TMP/$PRGNAM-$VERSION cd $PRGNAM-$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 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Installing font # If you use Sbopkg, it seems that Sbopkg create a symlink of |