diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-12-01 03:11:36 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:21:50 +0700 |
commit | 0cec345a7814f9ade44bd6752524ca562c13c9be (patch) | |
tree | f00e96695465e43b6bd68641d06bbc7da1cd0f85 /python/python-editor/python-editor.SlackBuild | |
parent | f8db0433df6abf56aec0edaf3b1fc37a4e46c437 (diff) | |
download | slackbuilds-0cec345a7814f9ade44bd6752524ca562c13c9be.tar.gz |
python/python-editor: Updated for version 1.0.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-editor/python-editor.SlackBuild')
-rw-r--r-- | python/python-editor/python-editor.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/python/python-editor/python-editor.SlackBuild b/python/python-editor/python-editor.SlackBuild index 4ba7528dc7..5be368fd66 100644 --- a/python/python-editor/python-editor.SlackBuild +++ b/python/python-editor/python-editor.SlackBuild @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-editor -VERSION=${VERSION:-1.0.2b} -SRCVER=${SRCVER:-1.0.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRCVER +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$SRCVER +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |