Sign in
go
/
go
/
0c02b33acda207964adde58b610b6f2c82ffde1d
/
.
/
misc
/
makerelease
/
darwin
/
scripts
/
postinstall
blob: 13f5bff9b102b4846561a42a6509686d331c337b [
file
] [
log
] [
blame
]
#!/bin/bash
GOROOT
=/
usr
/
local
/
go
echo
"Fixing permissions"
cd $GOROOT
find
.
-
exec chmod ugo
+
r \{\} \;
find bin
-
exec chmod ugo
+
rx \{\} \;
find
.
-
type d
-
exec chmod ugo
+
rx \{\} \;
chmod o
-
w
.