summaryrefslogtreecommitdiffstats
path: root/release/scripts/ports-install.sh
blob: 22d2246ba214d5e5ac61862a1570503efeea4722 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
if [ "`id -u`" != "0" ]; then
	echo "Sorry, this must be done as root."
	exit 1
fi
cat ports.tgz | tar --unlink -xpzf - -C /usr
exit 0
OpenPOWER on IntegriCloud