diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-12-20 18:29:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-20 18:29:46 +0700 |
commit | 46691068e71f3d9df02f93c20cf384c311a61e45 (patch) | |
tree | fa32fe9868dfa324675674264c1aeb59f18ba249 /system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild | |
parent | 791761344ab598d98bcd43e1627dbc84ad16ca22 (diff) | |
download | slackbuilds-46691068e71f3d9df02f93c20cf384c311a61e45.tar.gz |
system/adobe-source-code-pro-font: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild')
-rw-r--r-- | system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild index 84b0ba2837..02fceb59f5 100644 --- a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild +++ b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild @@ -53,7 +53,7 @@ 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 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 {} \; mkdir -p $PKG/usr/share/fonts/OTF/ cp OTF/*.otf $PKG/usr/share/fonts/OTF/ |