diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2010-08-07 01:48:45 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-11 01:53:01 -0500 |
commit | aa9e24b06da9b051b03cc4d7cc6b3b2085941666 (patch) | |
tree | c0106197ae8623311cb4fd91d89a3121f21e12ed /development/xtruss/xtruss.SlackBuild | |
parent | a7d298073b23ce7a5d85a8f3280ee4817b3e7d47 (diff) | |
download | slackbuilds-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.SlackBuild | 4 |
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 |