diff options
Diffstat (limited to 'misc/krename/krename.SlackBuild')
-rw-r--r-- | misc/krename/krename.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/krename/krename.SlackBuild b/misc/krename/krename.SlackBuild index 8192e33790..6b662954f2 100644 --- a/misc/krename/krename.SlackBuild +++ b/misc/krename/krename.SlackBuild @@ -25,16 +25,14 @@ # Modified by the slackbuilds.org project. PRGNAM=krename -VERSION=4.0.3 +VERSION=4.0.4 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 @@ -69,7 +67,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -KDEPREF=$(kde4-config --prefix) || true +KDEPREF=$(kde4-config --prefix) cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ |