Revert "Stub doc/handbook/meson.build if missing in GNUnet tarball"
This reverts commit 3a561ce9d0.
This commit is contained in:
parent
3a561ce9d0
commit
b95e6ca8cd
1 changed files with 0 additions and 6 deletions
|
|
@ -53,12 +53,6 @@ RUN set -e; \
|
||||||
git clone --depth 1 --branch "${GNUNET_REF}" https://git.taler.net/gnunet.git gnunet; \
|
git clone --depth 1 --branch "${GNUNET_REF}" https://git.taler.net/gnunet.git gnunet; \
|
||||||
GNUNET_DIR="gnunet"; \
|
GNUNET_DIR="gnunet"; \
|
||||||
fi; \
|
fi; \
|
||||||
if [ ! -f "${GNUNET_DIR}/doc/handbook/meson.build" ]; then \
|
|
||||||
echo "Creating stub doc/handbook/meson.build to satisfy Meson"; \
|
|
||||||
mkdir -p "${GNUNET_DIR}/doc/handbook"; \
|
|
||||||
echo "# auto-generated stub to skip handbook build" > "${GNUNET_DIR}/doc/handbook/meson.build"; \
|
|
||||||
echo "subdir_done()" >> "${GNUNET_DIR}/doc/handbook/meson.build"; \
|
|
||||||
fi; \
|
|
||||||
cd "${GNUNET_DIR}" && ./bootstrap && \
|
cd "${GNUNET_DIR}" && ./bootstrap && \
|
||||||
./configure --prefix=/usr && make -j$(nproc) && make install
|
./configure --prefix=/usr && make -j$(nproc) && make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue