Commit c608e0eb authored by Arav K's avatar Arav K Committed by Kazushi (Jam) Marukawa

Fix possibly incorrect `chown` on /usr/local

Should be on CREW_PREFIX
parent d7a6eca3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment