summaryrefslogtreecommitdiffhomepage
path: root/004.psxstub.vars
diff options
context:
space:
mode:
Diffstat (limited to '004.psxstub.vars')
-rw-r--r--004.psxstub.vars10
1 files changed, 5 insertions, 5 deletions
diff --git a/004.psxstub.vars b/004.psxstub.vars
index 2555db82..d9c467d1 100644
--- a/004.psxstub.vars
+++ b/004.psxstub.vars
@@ -1,5 +1,5 @@
#
-# . ./build.vars and set -o errexit are assumed.
+# . ./build.vars and set -o errexit -o noglob are assumed.
#
pkg_psxstub_finish() {
@@ -7,10 +7,10 @@ pkg_psxstub_finish() {
if [ "${TARGET}" = i686-nt32-midipix ] \
|| [ "${TARGET}" = x86_64-nt64-midipix ]; then
cd psxstub;
- make ${MAKEFLAGS} DESTDIR=${PREFIX_LVL} TARGET=${TARGET} install;
- if [ -e ${PREFIX_LVL}/lib/libpsxscl.a ]; then
- echo rm -f ${PREFIX_LVL}/lib/libpsxscl.a;
- rm -f ${PREFIX_LVL}/lib/libpsxscl.a;
+ make ${MAKEFLAGS} DESTDIR=${PKG_PREFIX} TARGET=${TARGET} install;
+ if [ -e ${PKG_PREFIX}/lib/libpsxscl.a ]; then
+ echo rm -f -- ${PKG_PREFIX}/lib/libpsxscl.a;
+ rm -f -- ${PKG_PREFIX}/lib/libpsxscl.a;
fi;
set_build_script_done install finish;
fi;