diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-16 00:28:33 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:36 +0700 |
commit | 1719eeb1ee47bf6346a0b8d73f81c4c46796a3de (patch) | |
tree | d9bcc6b4ffde00ff49483e82623b69231130bf4b /network/deis/deis.SlackBuild | |
parent | 7f1d5edd719ff4f3a006a3a3e69fd483e94ad5e3 (diff) | |
download | slackbuilds-1719eeb1ee47bf6346a0b8d73f81c4c46796a3de.tar.gz |
network/deis: Updated for version 1.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/deis/deis.SlackBuild')
-rw-r--r-- | network/deis/deis.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/network/deis/deis.SlackBuild b/network/deis/deis.SlackBuild index a8059c53a2..c2b904f62b 100644 --- a/network/deis/deis.SlackBuild +++ b/network/deis/deis.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=deis -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/setup.patch - python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |