From 9918dea988bb93beb1d6f3c9d3e8f8a2e85b1860 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 12 Dec 2010 16:56:00 +0100 Subject: ./ not needed with new cpio way --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3