This commit is contained in:
parent
3c276cb82e
commit
e5621b9cd9
2 changed files with 4 additions and 1 deletions
1
run.sh
1
run.sh
|
@ -5,6 +5,7 @@ program_name="librewolf-allow-dark"
|
|||
|
||||
built_dir=${COMPILED_DIR:-/compiled}/$program_name
|
||||
version=$(cat $built_dir/version)
|
||||
version=$(echo $version | sed 's/-/./g')
|
||||
repo_dir=${REPO_DIR:-/repo}
|
||||
|
||||
# skip if already up-to-date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue