summaryrefslogtreecommitdiffhomepage
path: root/vars/psxstub_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/psxstub_host.vars')
-rw-r--r--vars/psxstub_host.vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/vars/psxstub_host.vars b/vars/psxstub_host.vars
index 835c8285..7cef39d5 100644
--- a/vars/psxstub_host.vars
+++ b/vars/psxstub_host.vars
@@ -5,10 +5,10 @@
pkg_psxstub_install_make() {
if [ "${PKG_TARGET}" = i686-nt32-midipix ] \
|| [ "${PKG_TARGET}" = x86_64-nt64-midipix ]; then
- ex_rtl_fileop cd "${PKG_BASE_DIR}/psxstub";
+ rtl_fileop cd "${PKG_BASE_DIR}/psxstub";
make ${PKG_MAKEFLAGS_BUILD} "DESTDIR=${PKG_PREFIX}" "TARGET=${PKG_TARGET}" install;
if [ -e "${PKG_PREFIX}/lib/libpsxscl.a" ]; then
- ex_rtl_fileop rm "${PKG_PREFIX}/lib/libpsxscl.a";
+ rtl_fileop rm "${PKG_PREFIX}/lib/libpsxscl.a";
fi;
fi;
};