summaryrefslogtreecommitdiffstats
path: root/libraries/CGAL/CGAL.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/CGAL/CGAL.SlackBuild')
-rw-r--r--libraries/CGAL/CGAL.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/CGAL/CGAL.SlackBuild b/libraries/CGAL/CGAL.SlackBuild
index 1c28eb2433..94c3c5abf3 100644
--- a/libraries/CGAL/CGAL.SlackBuild
+++ b/libraries/CGAL/CGAL.SlackBuild
@@ -76,7 +76,7 @@ cd build
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make
make install DESTDIR=$PKG
cd ..