summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:10:23 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:10:23 +0000
commite42188d521859a797e270958bb48833f2bee5b6b (patch)
tree30e502ca33b16a8188e2a6ce7916acb984e8310c
parent63b2eb7fbe5324965d5f14d609d21a36c203404a (diff)
builddeps-grub: fix path
-rwxr-xr-xbuilddeps-grub2
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