diff options
Diffstat (limited to '003.psxstub.build')
l---------[-rw-r--r--] | 003.psxstub.build | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/003.psxstub.build b/003.psxstub.build index 535c0080..52bb82e5 100644..120000 --- a/003.psxstub.build +++ b/003.psxstub.build @@ -1,10 +1 @@ -if is_build_script_done finished; then - exit 212; -elif [ "x${TARGET}" = "xi686-nt32-midipix" ]\ -|| [ "x${TARGET}" = "xx86_64-nt64-midipix" ]; then - cd psxstub; - make ${MAKEFLAGS} DESTDIR=${PREFIX_LVL} TARGET=${TARGET} install; - set_build_script_done finished; -fi; - -# vim:filetype=sh +pkg.build
\ No newline at end of file |