diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-13 19:16:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-13 19:16:55 +0100 |
commit | 28d63bee7b5f18903d1d0b18dd33ec088b60959f (patch) | |
tree | f91866c2cf398f5effb8f0b10ba63ef8ace02308 | |
parent | 63d3e2fb0146259530465eef9820c5f5ac59f522 (diff) | |
parent | 9918dea988bb93beb1d6f3c9d3e8f8a2e85b1860 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rwxr-xr-x | scripts/install.sh | 2 |
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 |