diff options
Diffstat (limited to 'graphics/HotShots/HotShots.SlackBuild')
-rw-r--r-- | graphics/HotShots/HotShots.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/HotShots/HotShots.SlackBuild b/graphics/HotShots/HotShots.SlackBuild index fa9fce2819..c79e9beded 100644 --- a/graphics/HotShots/HotShots.SlackBuild +++ b/graphics/HotShots/HotShots.SlackBuild @@ -84,7 +84,7 @@ sed -i "s!/usr/include/qxt/!/usr/include/!g" CMakeLists.txt -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release . - make + make make install DESTDIR=$PKG cd .. |