From e38e2b0426674f858e2b1edfbeb39f36a13fe4da Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 10 May 1999 00:54:18 +0000 Subject: MFS. --- release/scripts/compat22-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 release/scripts/compat22-install.sh (limited to 'release/scripts') diff --git a/release/scripts/compat22-install.sh b/release/scripts/compat22-install.sh new file mode 100755 index 0000000..c0d09d2 --- /dev/null +++ b/release/scripts/compat22-install.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# +if [ "`id -u`" != "0" ]; then + echo "Sorry, this must be done as root." + exit 1 +fi +cat compat22.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} +exit 0 -- cgit v1.1