File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ function sources_ioquake3() {
27
27
function build_ioquake3() {
28
28
make clean
29
29
make
30
+ md_ret_require=" $md_build /build/release-linux-$( _arch_ioquake3) /ioquake3.$( _arch_ioquake3) "
30
31
}
31
32
32
33
function _arch_ioquake3() {
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ function sources_jumpnbump() {
28
28
function build_jumpnbump() {
29
29
make clean
30
30
CFLAGS=" $CFLAGS -fsigned-char" make PREFIX=" $md_inst "
31
+ md_ret_require=" $md_build /jumpnbump"
31
32
}
32
33
33
34
function install_jumpnbump() {
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ function sources_quake3() {
26
26
27
27
function build_quake3() {
28
28
./build_rpi_raspbian.sh
29
+ md_ret_require=" $md_build /build/release-linux-arm/ioquake3.arm"
29
30
}
30
31
31
32
function install_quake3() {
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ function build_smw() {
28
28
./configure --prefix=" $md_inst "
29
29
make clean
30
30
make
31
+ md_ret_require=" $md_build /smw"
31
32
}
32
33
33
34
function install_smw() {
You can’t perform that action at this time.
0 commit comments