summaryrefslogtreecommitdiffstats
path: root/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild')
-rw-r--r--desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild b/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
index 73a9896511..5c9869fce3 100644
--- a/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
+++ b/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
@@ -8,12 +8,10 @@ VERSION=0.0.4.26
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
@@ -57,7 +55,7 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make
make install DESTDIR=$PKG
cd ..