From 820be1bcb38273c0c7adc44b4a474c08273cdf61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 9 Jul 2016 14:36:05 +0000 Subject: General cleanup; user-visible changes: -a nt{32,64}, -b {debug,release}. --- 004.psxstub.vars | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '004.psxstub.vars') 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; -- cgit v1.2.3