From bfbb55ed6430f6b4d9bb49d4f2592ef9a5713e75 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 29 Dec 2014 03:08:09 -0500 Subject: refactor (again): new download script, separate architectures, modules --- flash_lenovobios_stage1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash_lenovobios_stage1') diff --git a/flash_lenovobios_stage1 b/flash_lenovobios_stage1 index 0a7a575..adc471b 100755 --- a/flash_lenovobios_stage1 +++ b/flash_lenovobios_stage1 @@ -33,7 +33,7 @@ else echo "This script must be run on an i686 or x86_64 host. x86_64 is recommended." exit 1 fi -if [ -f "DEBLOB" ]; then +if [ ! -f ".binarchive" ]; then # In a src archive or git arch=. fi -- cgit v1.2.3