diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2013-05-08 23:59:38 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2013-05-08 23:59:38 -0500 |
commit | 282d31441e5f5c69cbd5065e70a2365d26f8d5af (patch) | |
tree | 1114ca506fad5e899621a811ea3af1724fe1453b | |
parent | 5013a55ce6c4b929dd9bcc245c55b7ded1cb04cc (diff) |
Didn't mean to remove make install.
-rwxr-xr-x | build-gnunet.sh | 2 |
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 |