diff options
Diffstat (limited to 'system/hebe/hebe.SlackBuild')
-rw-r--r-- | system/hebe/hebe.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hebe/hebe.SlackBuild b/system/hebe/hebe.SlackBuild index d2f3704532..9b68bd4bfd 100644 --- a/system/hebe/hebe.SlackBuild +++ b/system/hebe/hebe.SlackBuild @@ -62,7 +62,7 @@ cd build -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DHTML_INSTALL_DIR=/usr/doc/$PRGNAM-$VERSION/html \ -DCMAKE_BUILD_TYPE=Release .. - make + make make install DESTDIR=$PKG cd .. |