Skip to content

Commit

Permalink
Fix installation with skipping clang proxiying
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed May 27, 2015
1 parent d771331 commit 497520f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,21 @@ if [[ $_SKIP_CLANG_PROXY -eq 0 ]]; then

log " cp ${CLANG_BACKUP_LOCATION} ${CLANG_REAL_LOCATION_PP}"
cp "${CLANG_BACKUP_LOCATION}" "${CLANG_REAL_LOCATION_PP}"
fi

#DYCI-CLANG RIGHTS
chmod +x Scripts/dyci-clang.py
chmod +x Scripts/dyci-recompile.py
#DYCI-CLANG RIGHTS
chmod +x Scripts/dyci-clang.py
chmod +x Scripts/dyci-recompile.py

log "sudo cp Scripts/dyci-clang.py ${CLANG_LOCATION}"
log "sudo cp Scripts/clangParams.py ${CLANG_USR_BIN}"
log "sudo cp Scripts/dyci-clang.py ${CLANG_LOCATION}"
log "sudo cp Scripts/clangParams.py ${CLANG_USR_BIN}"

sudo cp Scripts/dyci-clang.py "${CLANG_LOCATION}"
sudo cp Scripts/clangParams.py "${CLANG_USR_BIN}"

echo "Done."
fi

sudo cp Scripts/dyci-clang.py "${CLANG_LOCATION}"
sudo cp Scripts/clangParams.py "${CLANG_USR_BIN}"

echo "Done."

USER_HOME=$(eval echo ~${SUDO_USER})
log "USER_HOME = ${USER_HOME}"
Expand Down

0 comments on commit 497520f

Please sign in to comment.