diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-06-09 09:04:36 -0300 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-09 12:58:19 -0400 |
commit | 10819c884b2f2862e287784b2402971b890f6346 (patch) | |
tree | e10fae1e9a13d99a3803d14c137cb4437cbaf8d8 /python/lxml/lxml.SlackBuild | |
parent | 47161124db0c270049fcc0fd65a86bff279c00c5 (diff) | |
download | slackbuilds-10819c884b2f2862e287784b2402971b890f6346.tar.gz |
python/lxml: Remove distribute dependency.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/lxml/lxml.SlackBuild')
-rw-r--r-- | python/lxml/lxml.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index 3dcf1f5b42..d962941fee 100644 --- a/python/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -66,7 +66,7 @@ find . \ -exec chmod 644 {} \; python setup.py build --with-unicode-strings -python setup.py install --skip-build --root=$PKG --single-version-externally-managed +python setup.py install --skip-build --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |