make: Give write access to docker container's bin dir

This commit is contained in:
K. Lange 2021-10-13 21:12:29 +09:00
parent 1cb7195d75
commit 6d78b765b1

View File

@ -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' .`