Merge "Fix build error"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 25 Jul 2022 17:52:48 +0000 (17:52 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 25 Jul 2022 17:52:48 +0000 (17:52 +0000)
jjb/shell/install-git-pistache.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0e37ec3..9ce0261
@@ -37,7 +37,7 @@ git clone https://github.com/pistacheio/pistache.git && cd pistache && meson set
     -DPISTACHE_BUILD_EXAMPLES=false \
     -DPISTACHE_BUILD_TESTS=false \
     -DPISTACHE_BUILD_DOCS=false \
-    --prefix="$PWD/prefix" \
+    --prefix="$PWD/prefix"  && \
      meson install -C build && \
      sudo cp -rf prefix/include/pistache /usr/include/pistache && \
      sudo cp prefix/lib/x86_64-linux-gnu/libpistache.so.0.0.3 $LIBRARY_PATH && \