Add script to install the compat4x distribution, just like other
compat*-install.sh scripts. PR: 37485 MFC after: 5 days
This commit is contained in:
parent
04257819a4
commit
1601ff5797
11
release/scripts/compat4x-install.sh
Executable file
11
release/scripts/compat4x-install.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
cat compat4x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user