From 98322822f3cbd1a9a66c3dd686096245642de85b Mon Sep 17 00:00:00 2001 From: Bebbo Date: Wed, 28 Mar 2018 18:31:53 +0200 Subject: [PATCH] refs #16: use lha xf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0179c2..ece8471 100644 --- a/Makefile +++ b/Makefile @@ -472,7 +472,7 @@ build/sys-include/_proto: projects/NDK_3.9.info: download/NDK39.lha $(shell find 2>/dev/null patches/NDK_3.9/ -type f) mkdir -p projects if [ ! -e "$$(which lha)" ]; then cd build && rm -rf lha; git clone https://github.com/jca02266/lha; cd lha; aclocal; autoheader; automake -a; autoconf; ./configure; make all; install src/lha$(EXEEXT) /usr/bin; fi - cd projects && lha x ../download/NDK39.lha + cd projects && lha xf ../download/NDK39.lha touch -d19710101 download/NDK39.lha for i in $$(find patches/NDK_3.9/ -type f); \ do if [[ "$$i" == *.diff ]] ; \