diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/xtruss/xtruss.SlackBuild | 4 | ||||
-rw-r--r-- | development/xtruss/xtruss.info | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/development/xtruss/xtruss.info b/development/xtruss/xtruss.info index 1f9396305e..c43e35a153 100644 --- a/development/xtruss/xtruss.info +++ b/development/xtruss/xtruss.info @@ -2,7 +2,7 @@ PRGNAM="xtruss" VERSION="r8615" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/" DOWNLOAD="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-r8615.tar.gz" -MD5SUM="cc5edf0c10a590f9b681ed7b27220668" +MD5SUM="a61799a71c38e52423b32428b2d42580" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="V'yacheslav Stetskevych" |