diff options
author | Bruno Queiros <bqueiros@gmail.com> | 2014-12-07 01:15:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-07 01:15:22 +0700 |
commit | 8c18aeb3d406aa84fc291368d9fd0c74fde66851 (patch) | |
tree | 062da9d193ab87478a459bae9e4762471003ea85 /development/sublime_text/sublime_text.SlackBuild | |
parent | d65fa1e6bbd6c8ab999fcf8f67eb03f85b34b0ab (diff) | |
download | slackbuilds-8c18aeb3d406aa84fc291368d9fd0c74fde66851.tar.gz |
development/sublime_text: Updated for version 3.0.65.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sublime_text/sublime_text.SlackBuild')
-rw-r--r-- | development/sublime_text/sublime_text.SlackBuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/development/sublime_text/sublime_text.SlackBuild b/development/sublime_text/sublime_text.SlackBuild index 1f4f7c494a..1449fb0e6f 100644 --- a/development/sublime_text/sublime_text.SlackBuild +++ b/development/sublime_text/sublime_text.SlackBuild @@ -8,7 +8,7 @@ # Currently maintained by Bruno Queiros (bqueiros@gmail.com) PRGNAM=sublime_text -VERSION=${VERSION:-2.0.2} +VERSION=${VERSION:-3.0.65} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -25,9 +25,9 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -TARBALL_x86="Sublime Text 2.0.2.tar.bz2" # Name of 32bit tarball -TARBALL_x86_64="Sublime Text 2.0.2 x64.tar.bz2" # Name of 64bit tarball -TARBALL_ROOT="Sublime Text 2" # Name of tarballs root directory +TARBALL_x86="sublime_text_3_build_3065_x32.tar.bz2" # Name of 32bit tarball +TARBALL_x86_64="sublime_text_3_build_3065_x64.tar.bz2" # Name of 64bit tarball +TARBALL_ROOT="sublime_text_3" # Name of tarballs root directory # Set LIBDIRSUFFIX and TARBALL. if [ "$ARCH" = "x86_64" ]; then @@ -48,10 +48,10 @@ tar -xvf "$CWD/$TARBALL" cd "$TARBALL_ROOT" 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/opt/$PRGNAM cp -a * $PKG/opt/$PRGNAM |