commit 0c657f7f21bb9d343623ab1ca6de535aba75b838 parent 93ab0c6e0829e3b6f99b596b6d1e5dbb9f8b3939 Author: Florian Dold <florian.dold@gmail.com> Date: Sun, 24 Apr 2016 22:01:00 +0200 bash syntax Diffstat:
| M | taler-build/update_libmicrohttpd.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-build/update_libmicrohttpd.sh b/taler-build/update_libmicrohttpd.sh @@ -5,7 +5,7 @@ base=${TALER_DEPLOYMENT_BASE:-$HOME} cd $base/libmicrohttpd/ && \ svn revert -R . && \ svn update && \ - ./bootstrap \ - ./configure --prefix=$base/local \ + ./bootstrap && \ + ./configure --prefix=$base/local && \ make && \ make install