From 6e940c2c85759ac197c29d335a929dd06822a9df 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, 6 Feb 2016 15:11:56 +0100 Subject: - Changed sha256sum (1) file verification logic to use dgst(1SSL) instead. - Removed support for particularly pathnames with whitespace or tab cha- racters. If you have whitespaces in your pathnames anyway, the script will methodically destroy every single file on your disk(s). --- 003.psxstub.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '003.psxstub.build') diff --git a/003.psxstub.build b/003.psxstub.build index 37d4fcdd..81eb8ed8 100644 --- a/003.psxstub.build +++ b/003.psxstub.build @@ -1,9 +1,9 @@ if is_build_script_done finished; then exit 212; -elif [ "${TARGET}" = "i686-nt32-midipix" ]\ -|| [ "${TARGET}" = "x86_64-nt64-midipix" ]; then +elif [ "x${TARGET}" = "xi686-nt32-midipix" ]\ +|| [ "x${TARGET}" = "xx86_64-nt64-midipix" ]; then cd psxstub; - make ${MAKEFLAGS} DESTDIR="${PREFIX_TARGET}" TARGET="${TARGET}" install; + make ${MAKEFLAGS} DESTDIR=${PREFIX_TARGET} TARGET=${TARGET} install; set_build_script_done finished; fi; -- cgit v1.2.3