diff options
Diffstat (limited to 'libraries/gdata/gdata.SlackBuild')
-rw-r--r-- | libraries/gdata/gdata.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/gdata/gdata.SlackBuild b/libraries/gdata/gdata.SlackBuild index ce2a636eef..8d599119c1 100644 --- a/libraries/gdata/gdata.SlackBuild +++ b/libraries/gdata/gdata.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=gdata -VERSION=2.0.10 +VERSION=2.0.18 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,9 +39,6 @@ find . \ python setup.py install --root=$PKG --no-compile -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ INSTALL.txt PKG-INFO README.txt RELEASE_NOTES.txt \ |