Skip to content
Snippets Groups Projects
Commit 4d402d55 authored by Bob Mottram's avatar Bob Mottram
Browse files

Project install directory

parent c9f8427e
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,11 @@ MY_MIRRORS_PASSWORD=
VALID_CODE=
PROJECT_INSTALL_DIR=/usr/local/bin
if [ -f /usr/bin/${PROJECT_NAME} ]; then
PROJECT_INSTALL_DIR=/usr/bin
fi
source $PROJECT_INSTALL_DIR/${PROJECT_NAME}-vars
UTILS_FILES=/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment