Skip to content
Snippets Groups Projects
Commit 377507e1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Create directory before installing

parent c19adef3
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ get_exec() {
chmod 755 ${1}/${2}
}
run_cmd mkdir -pv ${1}
get_script ${1} functions.sh
get_exec ${1} before_build.sh
get_exec ${1} build.sh
......
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