diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-03-23 18:52:26 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:28:33 +0200 |
commit | c378b83adb39854de6feba6a3a0372d70521c1c8 (patch) | |
tree | 1c1c709d7df0a5d3a0a5b902874af51ed3016563 /multimedia/schroedinger/schroedinger.SlackBuild | |
parent | 38cc93868a40543873b7656d97e8a8e381eaefe0 (diff) |
multimedia/schroedinger: Updated for version 1.0.9.
Diffstat (limited to 'multimedia/schroedinger/schroedinger.SlackBuild')
-rw-r--r-- | multimedia/schroedinger/schroedinger.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/schroedinger/schroedinger.SlackBuild b/multimedia/schroedinger/schroedinger.SlackBuild index adb5ba22384e..c05702c2094e 100644 --- a/multimedia/schroedinger/schroedinger.SlackBuild +++ b/multimedia/schroedinger/schroedinger.SlackBuild @@ -25,7 +25,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=schroedinger -VERSION=1.0.8 +VERSION=1.0.9 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,9 +76,9 @@ make install DESTDIR=$PKG ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + 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 |