diff options
| author | Brian Somers <brian@FreeBSD.org> | 2010-06-19 09:33:11 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2010-06-19 09:33:11 +0000 |
| commit | bcc411127252ecf6b4d77e21d914c23b1d9dcdcd (patch) | |
| tree | 6ba19033a8f53d1e89de19ab7cb5f1414f1dffa6 /release/scripts | |
| parent | 5fa77f4fe44a7927895d5d110c0a98bfc47f673a (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/ports-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ports-install.sh b/release/scripts/ports-install.sh index 81c4023c77ee..0933e7163264 100755 --- a/release/scripts/ports-install.sh +++ b/release/scripts/ports-install.sh @@ -8,5 +8,5 @@ if [ "`id -u`" != "0" ]; then exit 1 fi echo "Extracting ports tarball into ${DESTDIR}/usr" -cat ports.tgz | tar --unlink -xpzf - -C ${DESTDIR}/usr +tar --unlink -xpzf ports.tgz -C ${DESTDIR}/usr exit 0 |
