summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:16:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:16:55 +0100
commit28d63bee7b5f18903d1d0b18dd33ec088b60959f (patch)
treef91866c2cf398f5effb8f0b10ba63ef8ace02308 /scripts/install.sh
parent63d3e2fb0146259530465eef9820c5f5ac59f522 (diff)
parent9918dea988bb93beb1d6f3c9d3e8f8a2e85b1860 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 1937b556b..2304a9eb9 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -211,7 +211,7 @@ if ! T=$(mktemp -d /tmp/openadk.XXXXXXXXXX); then
print -u2 Error creating temporary directory.
exit 1
fi
-tar -xOzf "$src" ./usr/share/grub-bin/core.img >"$T/core.img"
+tar -xOzf "$src" usr/share/grub-bin/core.img >"$T/core.img"
integer coreimgsz=$($statcmd "$T/core.img")
if (( coreimgsz < 1024 )); then
print -u2 core.img is probably too small: $coreimgsz