aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-11-25 01:50:38 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-11-25 01:50:38 +0000
commitf57e1dac265b61e4b6b38feab97e1b170ee98786 (patch)
tree74446271ec94f56b9246613f6ed29c98ecfad686 /app
parentf2a7840bddde71f1bdb4a6fd9b652f0adace148e (diff)
downloadslackbuilds-f57e1dac265b61e4b6b38feab97e1b170ee98786.tar.gz
slackbuilds-f57e1dac265b61e4b6b38feab97e1b170ee98786.tar.bz2
rebuilt from mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1975 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app')
-rwxr-xr-xapp/crypt/homecrypt/homecrypt.SlackBuild4
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"