parent
3c276cb82e
commit
e5621b9cd9
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# librewolf-allow-dark (fedora)
|
||||
|
||||
I have nothing to put here for now? Uhhhhh TODO: check what I should put here once the forge is back up.
|
||||
Note that the version cannot contain `-`, so it's replaced with `.` here (e.g. `136.0-2` -> `136.0.2`)
|
||||
|
||||
TODO: Add automatic `%files` generation
|
||||
|
|
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