From 999fdc0521acf5f5cd532b494548486521834d76 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: Sun, 7 Feb 2016 18:28:53 +0100 Subject: Followup to last commit. --- 204.psxscl.build | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to '204.psxscl.build') diff --git a/204.psxscl.build b/204.psxscl.build index 697ac861..3e479146 100644 --- a/204.psxscl.build +++ b/204.psxscl.build @@ -1,21 +1,19 @@ -# Order: dalist ntapi pemagine psxtypes psxscl ntctty +# Order: psxtypes pemagine dalist ntapi psxscl ntcon ntctty -parse_with_pkg_name ${2} \ - dalist ntapi ntctty pemagine psxscl psxtypes; +parse_with_pkg_name ${2} \ + dalist ntapi ntcon ntctty pemagine psxscl psxtypes; if is_build_script_done finished; then - exit 212; + exit 212; else fetch_git ${PKG_SUBDIR} ${PKG_URL}; set_build_dir ${PKG_SUBDIR} cross; fi; if ! is_build_script_done configured; then rm_if_exists -m -c ${BUILD_DIR}; - ../${PKG_SUBDIR}/configure \ - --prefix=${PREFIX_NATIVE} \ - --host=${HOST_NATIVE} \ - --target=${TARGET} \ - --sysroot=/; - set_build_script_done configured -built; + ../${PKG_SUBDIR}/configure \ + --prefix=${PREFIX_NATIVE} \ + --host=${HOST_NATIVE}; + set_build_script_done configured -built; else cd ${BUILD_DIR}; fi; @@ -25,6 +23,7 @@ if ! is_build_script_done built; then fi; if ! is_build_script_done installed; then make ${MAKEFLAGS} install; + make ${MAKEFLAGS} DESTDIR=${PREFIX_NATIVE}; set_build_script_done installed finished; fi; -- cgit v1.2.3