Skip to content

Commit

Permalink
rebuilding bonnie++ for ARCH and strip || true
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatts committed May 17, 2010
1 parent 8288638 commit 6463a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bonnie++/bonnie++.SlackBuild
Expand Up @@ -6,7 +6,7 @@

PRGNAM=bonnie++
VERSION=1.03e
ARCH=${ARCH:-i486}
ARCH=${ARCH:-$(uname -m)}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

Expand Down Expand Up @@ -60,7 +60,7 @@ make install DESTDIR=$PKG
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
)

( cd $PKG/usr/man
Expand Down

0 comments on commit 6463a79

Please sign in to comment.