From 4d3ced8b846370c167de1e5c00b126407dac7b3d Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Thu, 26 Aug 1993 15:59:21 +0000 Subject: [PATCH] Removed Chris D. added --unlink option since our tar does not understand it. --- etc/etc.i386/inst2.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/etc.i386/inst2.profile b/etc/etc.i386/inst2.profile index 6775e97112d8..564423f70cea 100644 --- a/etc/etc.i386/inst2.profile +++ b/etc/etc.i386/inst2.profile @@ -109,7 +109,7 @@ extract() #XXX ugly hack to eliminate busy files, copy them to /tmp and use them #from there... cp -p /bin/cat /usr/bin/gunzip /usr/bin/tar /tmp - /tmp/cat "$@"* | /tmp/gunzip | (cd / ; /tmp/tar --extract --file - --unlink --preserve-permissions ${tarverbose} ) + /tmp/cat "$@"* | /tmp/gunzip | (cd / ; /tmp/tar --extract --file - --preserve-permissions ${tarverbose} ) rm -f /bin/cat /tmp/gunzip /tmp/tar sync }