summaryrefslogtreecommitdiffhomepage
path: root/003.psxstub.build
diff options
context:
space:
mode:
Diffstat (limited to '003.psxstub.build')
-rw-r--r--003.psxstub.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/003.psxstub.build b/003.psxstub.build
index 37d4fcdd..81eb8ed8 100644
--- a/003.psxstub.build
+++ b/003.psxstub.build
@@ -1,9 +1,9 @@
if is_build_script_done finished; then
exit 212;
-elif [ "${TARGET}" = "i686-nt32-midipix" ]\
-|| [ "${TARGET}" = "x86_64-nt64-midipix" ]; then
+elif [ "x${TARGET}" = "xi686-nt32-midipix" ]\
+|| [ "x${TARGET}" = "xx86_64-nt64-midipix" ]; then
cd psxstub;
- make ${MAKEFLAGS} DESTDIR="${PREFIX_TARGET}" TARGET="${TARGET}" install;
+ make ${MAKEFLAGS} DESTDIR=${PREFIX_TARGET} TARGET=${TARGET} install;
set_build_script_done finished;
fi;