aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-05-08 23:59:38 -0500
committerDavid Barksdale <amatus.amongus@gmail.com>2013-05-08 23:59:38 -0500
commit282d31441e5f5c69cbd5065e70a2365d26f8d5af (patch)
tree1114ca506fad5e899621a811ea3af1724fe1453b
parent5013a55ce6c4b929dd9bcc245c55b7ded1cb04cc (diff)
Didn't mean to remove make install.
-rwxr-xr-xbuild-gnunet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gnunet.sh b/build-gnunet.sh
index d8d5390..0ec090d 100755
--- a/build-gnunet.sh
+++ b/build-gnunet.sh
@@ -64,7 +64,7 @@ emconfigure ./configure --prefix="$SYSROOT" \
--with-gpg-error-prefix="$SYSROOT" \
ac_cv_func_syslog=no ||
die "Unable to emconfigure libgcrypt"
-emmake make ||
+emmake make install ||
die "Unable to emmake libgcrypt"
popd