commit a15620084e3f0f41e9739694e99ab4d526dbb024 parent 22a6534946724b1453d90d33b1c3d9bc8f00c94d Author: Simon Puente <simonppg@gmail.com> Date: Sat, 1 Aug 2020 20:38:30 -0700 Update build.sh forget this Diffstat:
| M | build.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh @@ -3,7 +3,8 @@ autoreconf -fiv BUILD_DIR=build/ rm -rf $BUILD_DIR -mkdir -vp $BUILD_DIR && cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; } +mkdir -vp $BUILD_DIR +cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; } ../configure --prefix=/usr --sysconfdir=/etc
