summaryrefslogtreecommitdiffstats
path: root/desktop/skulpture/skulpture.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/skulpture/skulpture.SlackBuild')
-rw-r--r--desktop/skulpture/skulpture.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/skulpture/skulpture.SlackBuild b/desktop/skulpture/skulpture.SlackBuild
index 1f250d6d96..9b15a4903c 100644
--- a/desktop/skulpture/skulpture.SlackBuild
+++ b/desktop/skulpture/skulpture.SlackBuild
@@ -37,7 +37,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -61,7 +61,7 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make
make install DESTDIR=$PKG
cd ..