mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Allow Cross-Compile with latest Ubuntu and Raspbian versions
This commit is contained in:
8
bin/create_release.sh
Normal file → Executable file
8
bin/create_release.sh
Normal file → Executable file
@@ -27,8 +27,8 @@ tar --create --gzip --absolute-names --show-transformed-names --ignore-failed-re
|
||||
--transform "s:$repodir/bin/service/hyperion.initctl.sh:hyperion/services/hyperion.initctl.sh:" \
|
||||
--transform "s://:/:g" \
|
||||
"$builddir/bin/hyperion"* \
|
||||
"$repodir/bin/service/hyperion.init.sh" \
|
||||
"$repodir/bin/service/hyperion.systemd.sh" \
|
||||
"$repodir/bin/service/hyperion.initctl.sh" \
|
||||
"$repodir/config/hyperion.config.json.example"
|
||||
"$repodir/bin/service/hyperion.init" \
|
||||
"$repodir/bin/service/hyperion.systemd" \
|
||||
"$repodir/bin/service/hyperion.initctl" \
|
||||
"$repodir/config/hyperion.config.json.default"
|
||||
|
||||
|
Reference in New Issue
Block a user