diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:10:23 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:10:23 +0000 |
commit | e42188d521859a797e270958bb48833f2bee5b6b (patch) | |
tree | 30e502ca33b16a8188e2a6ce7916acb984e8310c | |
parent | 63b2eb7fbe5324965d5f14d609d21a36c203404a (diff) | |
download | librebootfr-e42188d521859a797e270958bb48833f2bee5b6b.tar.gz librebootfr-e42188d521859a797e270958bb48833f2bee5b6b.zip |
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 c1779851..3897fbb5 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 |