Skip to content

Commit 49e46a2

Browse files
committed
Don't chown to root:staff
1 parent fbe8d28 commit 49e46a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir/ir-base/install_R_source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ make clean
143143

144144
## Add a library directory (for user-installed packages)
145145
mkdir -p "${R_HOME}/site-library"
146-
chown root:staff "${R_HOME}/site-library"
146+
#chown root:staff "${R_HOME}/site-library"
147147
chmod g+ws "${R_HOME}/site-library"
148148

149149
## Fix library path

0 commit comments

Comments
 (0)