Remove an unnecessary cat.
PR: 145447 Submitted by: u at netbeisser dot de MFC after: 1 week
This commit is contained in:
parent
5fa77f4fe4
commit
bcc4111272
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user