mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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
1c51f14a0f
commit
d5500fb5b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1735
@ -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