We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c51c9 commit c537943Copy full SHA for c537943
Dockerfile
@@ -45,7 +45,7 @@ COPY --chown=docker:docker . .
45
RUN echo "building FORCE" && \
46
./splits.sh enable && \
47
./debug.sh $debug && \
48
- sed -i "/^BINDIR=/cBINDIR=$INSTALL_DIR/" Makefile && \
+ sed -i "/^INSTALLDIR=/INSTALLDIR=$INSTALL_DIR/" Makefile && \
49
make -j && \
50
make install && \
51
make clean && \
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-10-24_14:10:15
+3.7.12-dev:::2024-10-24_14:13:31
0 commit comments