summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-12 16:56:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-12 16:56:00 +0100
commit9918dea988bb93beb1d6f3c9d3e8f8a2e85b1860 (patch)
tree30194c9f3cee982e8a3045f0c962fc3f84008242 /scripts
parent8764495da70ea584707adf6715273b8ee41ab4f4 (diff)
./ not needed with new cpio way
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 0c545d7c2..016e35746 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