make: Give write access to docker container's bin dir
This commit is contained in:
parent
1cb7195d75
commit
6d78b765b1
@ -3,6 +3,7 @@
|
||||
# Give other users access to /root
|
||||
# (We probably should have just built the build tools somewhere else...)
|
||||
chmod o+x /root
|
||||
chmod -R o+rw /root/gcc_local/bin
|
||||
|
||||
# Who owns this directory?
|
||||
NEWUID=`stat -c '%u' .`
|
||||
|
Loading…
x
Reference in New Issue
Block a user