summaryrefslogtreecommitdiffstats
path: root/cmake-template.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-template.SlackBuild')
-rw-r--r--cmake-template.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake-template.SlackBuild b/cmake-template.SlackBuild
index 831f685..0f54d3b 100644
--- a/cmake-template.SlackBuild
+++ b/cmake-template.SlackBuild
@@ -109,7 +109,7 @@ cd build
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make
- make install DESTDIR=$PKG
+ make install/strip DESTDIR=$PKG
cd ..
# Strip binaries and libraries - this can be done with 'make install-strip'