diff options
Diffstat (limited to 'flash_x60_libreboot5')
-rwxr-xr-x | flash_x60_libreboot5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_x60_libreboot5 b/flash_x60_libreboot5 index 85616ae..86096c3 100755 --- a/flash_x60_libreboot5 +++ b/flash_x60_libreboot5 @@ -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 |