Explorar o código

scripts/tar no longer required

Waldemar Brodkorb %!s(int64=15) %!d(string=hai) anos
pai
achega
153402bb44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -211,7 +211,7 @@ if ! T=$(mktemp -d /tmp/openadk.XXXXXXXXXX); then
 	print -u2 Error creating temporary directory.
 	exit 1
 fi
-"$TOPDIR/scripts/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