linux - fix VERSION path in package script

This commit is contained in:
florian 2023-05-01 21:28:44 +02:00
parent 0b93c6e10f
commit aaa0701659
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C

View file

@ -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"