Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
no longer need it, and it's just one more thing we would have to remember to change with every shared lib version bump.
This commit is contained in:
parent
222cd8859b
commit
7d394c9463
@ -1,5 +1,5 @@
|
||||
#!bin/sh
|
||||
# $Id: cpio.magic,v 1.7 1994/06/08 10:52:10 csgr Exp $
|
||||
# $Id: cpio.magic,v 1.9 1994/06/12 11:05:04 csgr Exp $
|
||||
#
|
||||
set_tmp_dir()
|
||||
{
|
||||
@ -261,7 +261,7 @@ extract()
|
||||
for i in $*; do
|
||||
/tmp/cat "$i"* |
|
||||
/tmp/gunzip |
|
||||
(cd / ; /tmp/tar --extract --file - --preserve-permissions --exclude libc.so.1.1 ${tarverbose} )
|
||||
(cd / ; /tmp/tar --extract --file - --preserve-permissions ${tarverbose} )
|
||||
done
|
||||
rm -f /tmp/cat /tmp/gunzip /tmp/tar
|
||||
sync
|
||||
|
Loading…
Reference in New Issue
Block a user