diff options
Diffstat (limited to 'desktop/cwp/cwp.SlackBuild')
-rw-r--r-- | desktop/cwp/cwp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/cwp/cwp.SlackBuild b/desktop/cwp/cwp.SlackBuild index 62a4c1dcef..48172d3dc9 100644 --- a/desktop/cwp/cwp.SlackBuild +++ b/desktop/cwp/cwp.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage contact: daedra1980@gmail.com PRGNAM=cwp -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ cd build make VERBOSE=1 make install VERBOSE=1 DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |