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 }