mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
linux - fix VERSION path in package script
This commit is contained in:
parent
0b93c6e10f
commit
aaa0701659
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ fi
|
|||
do_and_check_cmd mkdir "$package_dir"
|
||||
|
||||
# Generate package
|
||||
version="$(cat VERSION | tr -d '\n')"
|
||||
version="$(cat src/VERSION | tr -d '\n')"
|
||||
type="deb"
|
||||
if [ "$linux" = "fedora" ] || [ "$linux" = "centos" ] || [ "$linux" = "rhel" ] ; then
|
||||
type="rpm"
|
||||
|
|
|
|||
Loading…
Reference in a new issue