Skip to content

Commit 348c105

Browse files
committed
added md_ret_require for some ports that were missing it
mysticmine still lacks a check - but this module needs checking as it relies on python2 also which will an issue in the future
1 parent 7384f8a commit 348c105

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

scriptmodules/ports/ioquake3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function sources_ioquake3() {
2727
function build_ioquake3() {
2828
make clean
2929
make
30+
md_ret_require="$md_build/build/release-linux-$(_arch_ioquake3)/ioquake3.$(_arch_ioquake3)"
3031
}
3132

3233
function _arch_ioquake3() {

scriptmodules/ports/jumpnbump.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function sources_jumpnbump() {
2828
function build_jumpnbump() {
2929
make clean
3030
CFLAGS="$CFLAGS -fsigned-char" make PREFIX="$md_inst"
31+
md_ret_require="$md_build/jumpnbump"
3132
}
3233

3334
function install_jumpnbump() {

scriptmodules/ports/quake3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function sources_quake3() {
2626

2727
function build_quake3() {
2828
./build_rpi_raspbian.sh
29+
md_ret_require="$md_build/build/release-linux-arm/ioquake3.arm"
2930
}
3031

3132
function install_quake3() {

scriptmodules/ports/smw.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function build_smw() {
2828
./configure --prefix="$md_inst"
2929
make clean
3030
make
31+
md_ret_require="$md_build/smw"
3132
}
3233

3334
function install_smw() {

0 commit comments

Comments
 (0)