diff options
-rwxr-xr-x | builddeps-grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-grub b/builddeps-grub index c177985..3897fbb 100755 --- a/builddeps-grub +++ b/builddeps-grub @@ -26,7 +26,7 @@ set -u -e -v # Build utilies needed for building GRUB payloads # --------------------------------------------------------------------- -cd grub +cd grub/ # clean it first [[ -f Makefile ]] && make clean |