summaryrefslogtreecommitdiffstats
path: root/development/xtruss/xtruss.SlackBuild
diff options
context:
space:
mode:
author V'yacheslav Stetskevych2010-08-07 08:48:45 +0200
committer Erik Hanson2010-08-11 08:53:01 +0200
commitaa9e24b06da9b051b03cc4d7cc6b3b2085941666 (patch)
treec0106197ae8623311cb4fd91d89a3121f21e12ed /development/xtruss/xtruss.SlackBuild
parenta7d298073b23ce7a5d85a8f3280ee4817b3e7d47 (diff)
downloadslackbuilds-aa9e24b06da9b051b03cc4d7cc6b3b2085941666.tar.gz
development/xtruss: Fixed md5sum in xtruss.info file
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/xtruss/xtruss.SlackBuild')
-rw-r--r--development/xtruss/xtruss.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild
index e1d6b38c5d..2e0d85dedb 100644
--- a/development/xtruss/xtruss.SlackBuild
+++ b/development/xtruss/xtruss.SlackBuild
@@ -9,12 +9,10 @@ VERSION=${VERSION:-r8615}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -67,7 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
-( cd $PKG/usr/man ; find . -type f -exec gzip -9 {} \; )
+find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENCE README $PKG/usr/doc/$PRGNAM-$VERSION