aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/compat20-install.sh
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-12-24 00:23:43 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-12-24 00:23:43 +0000
commit03b1ba77c3803562e718985db1fb542b022467aa (patch)
treefc862caf1620dde4774c4fef95813467582679a8 /release/scripts/compat20-install.sh
parent13608f6661a22db33b2416e0b0ce5848dd202c2f (diff)
downloadsrc-03b1ba77c3803562e718985db1fb542b022467aa.tar.gz
src-03b1ba77c3803562e718985db1fb542b022467aa.zip
Notes
Diffstat (limited to 'release/scripts/compat20-install.sh')
-rwxr-xr-xrelease/scripts/compat20-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/compat20-install.sh b/release/scripts/compat20-install.sh
index 9c84c14dc989..0ad5ea663a43 100755
--- a/release/scripts/compat20-install.sh
+++ b/release/scripts/compat20-install.sh
@@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
-tar --unlink -xpzf compat20.tgz -C /
+cat compat20.?? | tar --unlink -xpzf - -C /
exit 0