diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-03-15 21:53:23 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:31:04 +0200 |
commit | 46303ea54ca011828c5843c8f3fb0b04c04651ac (patch) | |
tree | 28aafd20d798499cbe11b7391f083211926a6cf7 /desktop/cwp/cwp.SlackBuild | |
parent | 8ba61eca42dbbcd5eac43a7b8eb5d815dd1891e2 (diff) |
desktop/cwp: Updated for version 1.0.0.
Diffstat (limited to 'desktop/cwp/cwp.SlackBuild')
-rw-r--r-- | desktop/cwp/cwp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/cwp/cwp.SlackBuild b/desktop/cwp/cwp.SlackBuild index 1490531da060..79b39dd09c4d 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:-0.9.18} +VERSION=${VERSION:-1.0.0} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +41,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -mkdir build +mkdir build cd build cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ @@ -59,7 +59,7 @@ cd - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |