mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Fix possibly incorrect chown on /usr/local
Should be on CREW_PREFIX
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
d7a6eca3a5
commit
c608e0eb10
@@ -26,7 +26,7 @@ case "$architecture" in
|
||||
esac
|
||||
|
||||
#This will allow things to work without sudo
|
||||
sudo chown -R `id -u`:`id -g` /usr/local
|
||||
sudo chown -R `id -u`:`id -g` "${CREW_PREFIX}"
|
||||
|
||||
#prepare directories
|
||||
for dir in $CREW_LIB_PATH $CREW_CONFIG_PATH $CREW_CONFIG_PATH/meta $CREW_BREW_DIR $CREW_DEST_DIR $CREW_PACKAGES_PATH; do
|
||||
|
||||
Reference in New Issue
Block a user