tar: add TODO about a bug with non-writable directories on extract
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
49fd1d69ba
commit
9daa877d6b
2 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#svn co svn://busybox.net/trunk/busybox
|
||||
cd busybox || { echo "cd busybox failed"; exit 1; }
|
||||
chmod -Rc u+w,a+rX,go-w .
|
||||
make release || { echo "make release failed"; exit 1; }
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue