Skip to content

Commit

Permalink
flatpak: make sure manifest target directory exists
Browse files Browse the repository at this point in the history
Fixes parallel build race.  Sometimes the directory gets created
for the exe prior to generating the manifest, sometimes not.
  • Loading branch information
jstebbins committed Nov 3, 2021
1 parent 38334e8 commit 17ee32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/module.rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ test.install-strip: | $(dir $(TEST.install.exe))
$(STRIP.exe) $(TEST.install.exe)

ifeq (1,$(FEATURE.flatpak))
$(TEST.metainfo): | $(dir $(TEST.metainfo))
$(TEST.metainfo): $(TEST.metainfo.template)
sed -e 's^RELEASE_TAG^<release version="$(HB.version)" date="$(word 1,$(HB.repo.date))" />^' $< > $@

Expand Down

0 comments on commit 17ee32d

Please sign in to comment.