diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:10:23 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:10:23 (EST) |
commit | e42188d521859a797e270958bb48833f2bee5b6b (patch) | |
tree | 30e502ca33b16a8188e2a6ce7916acb984e8310c | |
parent | 63b2eb7fbe5324965d5f14d609d21a36c203404a (diff) | |
download | libreboot-e42188d521859a797e270958bb48833f2bee5b6b.zip libreboot-e42188d521859a797e270958bb48833f2bee5b6b.tar.gz libreboot-e42188d521859a797e270958bb48833f2bee5b6b.tar.bz2 |
builddeps-grub: fix path
-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 |