Skip to content
Snippets Groups Projects
Verified Commit 2c32efb7 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

helpers/generate_common: fix compilation of updater

I have no idea where in process of testing and cleaning I left that out
but there should have been change of directory. That is the reason why
subshell is spawned.
parent d76b04b7
No related merge requests found
......@@ -86,6 +86,7 @@ updater_ng_repodetect() {
get_updater_ng() {
if ! git_get "$SRC_UPDATER" turris-tools/updater-ng "$UPDATER_VERSION"; then
(
cd turris-tools/updater-ng
./bootstrap
./configure --disable-tests --disable-linters --disable-docs --disable-valgrind
make
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment