Fixed typo in rm of /tmp/cat, it was rm /bin/cat, whoopsss....
This commit is contained in:
parent
89fe955204
commit
cd15a71d0e
@ -163,7 +163,7 @@ extract()
|
||||
#from there...
|
||||
cp -p /bin/cat /usr/bin/gunzip /usr/bin/tar /tmp
|
||||
/tmp/cat "$@"* | /tmp/gunzip | (cd / ; /tmp/tar --extract --file - --preserve-permissions ${tarverbose} )
|
||||
rm -f /bin/cat /tmp/gunzip /tmp/tar
|
||||
rm -f /tmp/cat /tmp/gunzip /tmp/tar
|
||||
sync
|
||||
}
|
||||
configure()
|
||||
|
Loading…
Reference in New Issue
Block a user