diff options
Diffstat (limited to 'app/crypt/homecrypt')
-rwxr-xr-x | app/crypt/homecrypt/homecrypt.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/crypt/homecrypt/homecrypt.SlackBuild b/app/crypt/homecrypt/homecrypt.SlackBuild index 5b809691..f2946500 100755 --- a/app/crypt/homecrypt/homecrypt.SlackBuild +++ b/app/crypt/homecrypt/homecrypt.SlackBuild @@ -96,8 +96,8 @@ cp -a $SRC_DIR/* . PKG_SRC="$PWD/$SND_DIR" cd "$PKG_SRC" -# Compile -./homecrypt.SlackBuild || exit $ERROR_MAKE +# Install +make install DESTDIR="$PKG" || exit $ERROR_INSTALL # Build the package cd "$PKG" |