This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 cd /tmp/spatialindex && \
6969 cmake . \
7070 -DCMAKE_INSTALL_PREFIX=/usr && \
71- make -j 2 && \
71+ make -j 4 && \
7272 make install && \
7373 echo "**** compile irrlicht ****" && \
7474 mkdir -p /tmp/irrlicht && \
8080 /tmp/irrlicht --strip-components=1 && \
8181 cd /tmp/irrlicht && \
8282 cmake . && \
83- make -j 2 && \
83+ make -j 4 && \
8484 make install && \
8585 echo "**** compile minetestserver ****" && \
8686 if [ -z ${MINETEST_RELEASE+x} ]; then \
@@ -113,12 +113,12 @@ RUN \
113113 -DENABLE_SOUND=0 \
114114 -DENABLE_SYSTEM_GMP=1 \
115115 -DRUN_IN_PLACE=0 && \
116- make -j 2 && \
116+ make -j 4 && \
117117 make install && \
118118 echo "**** copy games to temporary folder ****" && \
119119 mkdir -p \
120120 /defaults/games && \
121- cp -pr /usr/share /minetest/games/* /defaults/games/ && \
121+ cp -pr /tmp /minetest/games/* /defaults/games/ && \
122122 echo "**** split after 3rd dot if it exists in minetest tag variable ****" && \
123123 echo "**** so we fetch game version x.x.x etc ****" && \
124124 if [ $(echo "$MINETEST_RELEASE" | tr -cd '.' | wc -c) = 3 ]; then \
You can’t perform that action at this time.
0 commit comments