summaryrefslogtreecommitdiffhomepage
path: root/003.psxstub.build
diff options
context:
space:
mode:
Diffstat (limited to '003.psxstub.build')
-rw-r--r--003.psxstub.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/003.psxstub.build b/003.psxstub.build
index 81eb8ed8..535c0080 100644
--- a/003.psxstub.build
+++ b/003.psxstub.build
@@ -3,7 +3,7 @@ if is_build_script_done finished; 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_LVL} TARGET=${TARGET} install;
set_build_script_done finished;
fi;