Set GNUNET_PREFIX during exchange/merchant bootstrap
This commit is contained in:
parent
b438c6045e
commit
363060ee82
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ RUN set -e; \
|
|||
git clone --depth 1 --branch "${EXCHANGE_REF}" https://git.taler.net/exchange.git /src/exchange; \
|
||||
EXCHANGE_DIR="/src/exchange"; \
|
||||
fi; \
|
||||
cd "${EXCHANGE_DIR}" && ./bootstrap && \
|
||||
cd "${EXCHANGE_DIR}" && env GNUNET_PREFIX=/usr ./bootstrap && \
|
||||
./configure --prefix=/usr && make -j$(nproc) && make install; \
|
||||
# Merchant
|
||||
MERCHANT_DIR=""; \
|
||||
|
|
@ -106,7 +106,7 @@ RUN set -e; \
|
|||
git clone --depth 1 --branch "${MERCHANT_REF}" https://git.taler.net/merchant.git /src/merchant; \
|
||||
MERCHANT_DIR="/src/merchant"; \
|
||||
fi; \
|
||||
cd "${MERCHANT_DIR}" && ./bootstrap && \
|
||||
cd "${MERCHANT_DIR}" && env GNUNET_PREFIX=/usr ./bootstrap && \
|
||||
./configure --prefix=/usr && make -j$(nproc) && make install
|
||||
|
||||
# LibEuFin (Bank)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue