summaryrefslogtreecommitdiffhomepage
path: root/003.psxstub.vars
diff options
context:
space:
mode:
Diffstat (limited to '003.psxstub.vars')
-rw-r--r--003.psxstub.vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/003.psxstub.vars b/003.psxstub.vars
index 4683b7ab..991f72a3 100644
--- a/003.psxstub.vars
+++ b/003.psxstub.vars
@@ -4,8 +4,8 @@
pkg_psxstub_finish() {
if ! is_build_script_done install; then
- if [ "x${TARGET}" = "xi686-nt32-midipix" ]\
- || [ "x${TARGET}" = "xx86_64-nt64-midipix" ]; then
+ if [ "${TARGET}" = i686-nt32-midipix ]\
+ || [ "${TARGET}" = x86_64-nt64-midipix ]; then
cd psxstub;
make ${MAKEFLAGS} DESTDIR=${PREFIX_LVL} TARGET=${TARGET} install;
set_build_script_done install finish;