Revert "Stub doc/handbook/meson.build if missing in GNUnet tarball"

This reverts commit 3a561ce9d0.
This commit is contained in:
nocci 2025-12-12 11:10:44 +00:00
parent 3a561ce9d0
commit b95e6ca8cd

View file

@ -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