diff options
Diffstat (limited to 'desktop/grun/grun.SlackBuild')
-rw-r--r-- | desktop/grun/grun.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/grun/grun.SlackBuild b/desktop/grun/grun.SlackBuild index 4cb714f183..0faffb5bf5 100644 --- a/desktop/grun/grun.SlackBuild +++ b/desktop/grun/grun.SlackBuild @@ -23,15 +23,13 @@ PRGNAM=grun VERSION=${VERSION:-0.9.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} 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 @@ -84,6 +82,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +mv $PKG/etc/consfile $PKG/etc/consfile.new +mv $PKG/etc/gassoc $PKG/etc/gassoc.new + gzip -9 $PKG/usr/man/man?/*.?x find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |