summaryrefslogtreecommitdiffhomepage
path: root/004.psxstub.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-09 14:36:05 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-10 00:20:56 +0000
commit820be1bcb38273c0c7adc44b4a474c08273cdf61 (patch)
tree67e51517dce50e2877dc6c2c97969e8252dcfb3e /004.psxstub.vars
parent4a634b84e63be8b31852c58b25017a61a4f523c7 (diff)
downloadmidipix_build-820be1bcb38273c0c7adc44b4a474c08273cdf61.tar.bz2
midipix_build-820be1bcb38273c0c7adc44b4a474c08273cdf61.tar.xz
General cleanup; user-visible changes: -a nt{32,64}, -b {debug,release}.
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;