diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-13 02:09:02 +0300 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-13 02:09:02 +0300 |
commit | 63e476370aa8ebe56040ea65834b8eb9b59785e5 (patch) | |
tree | 6e5d021a24b975ea4e91a4fc3c0e28758c52d5ca /network/aldryn-client/aldryn-client.SlackBuild | |
parent | 0668baa975c8ca96562499e1e7a25a940d314a30 (diff) | |
download | slackbuilds-63e476370aa8ebe56040ea65834b8eb9b59785e5.tar.gz |
network/aldryn-client: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/aldryn-client/aldryn-client.SlackBuild')
-rw-r--r-- | network/aldryn-client/aldryn-client.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/aldryn-client/aldryn-client.SlackBuild b/network/aldryn-client/aldryn-client.SlackBuild index 210ebe5e36..be5100e83e 100644 --- a/network/aldryn-client/aldryn-client.SlackBuild +++ b/network/aldryn-client/aldryn-client.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=aldryn-client -VERSION=${VERSION:-2.2.4} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,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 {} \; python setup.py install --root=$PKG |