diff options
Diffstat (limited to 'builddeps-grub')
-rwxr-xr-x | builddeps-grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-grub b/builddeps-grub index 85af106..f6d6910 100755 --- a/builddeps-grub +++ b/builddeps-grub @@ -32,7 +32,7 @@ cd grub # clean it first -make clean +[[ -f Makefile ]] && make clean # build grub ./autogen.sh |