diff options
author | John Stebbins <[email protected]> | 2018-06-05 08:08:24 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-05 08:08:24 -0700 |
commit | e652a78f71288be6ba1fd4d23db862926d95226b (patch) | |
tree | fb3013ad8664736c1f06eb0953c3639de099ddf3 /pkg/linux/module.rules | |
parent | 115725538ac2244a03ba0678e2669e0e354a3efc (diff) |
flatpak: uses fr.handbrake.ghb app id consistently
Diffstat (limited to 'pkg/linux/module.rules')
-rw-r--r-- | pkg/linux/module.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index 1e065f338..757698687 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -76,8 +76,8 @@ $(PKG.gui.flatpak): GNUmakefile $(PKG.src.flatpak) $(PKG.contrib.flatpak) # Relative paths in the manifest are relative to the location # of the manifest. So put it where we have staged the files that # it needs. - $(CP.exe) $(PKG.gui.manifest.flatpak) $(STAGE.out.flatpak/)fr.handbrake.gui.json - flatpak-builder --force-clean $(PGPSIGN) --repo=$(PKG.repo.flatpak) $(PKG.gui.build.flatpak) $(STAGE.out.flatpak/)fr.handbrake.gui.json + $(CP.exe) $(PKG.gui.manifest.flatpak) $(STAGE.out.flatpak/)fr.handbrake.ghb.json + flatpak-builder --force-clean $(PGPSIGN) --repo=$(PKG.repo.flatpak) $(PKG.gui.build.flatpak) $(STAGE.out.flatpak/)fr.handbrake.ghb.json flatpak build-bundle $(PKG.repo.flatpak) $(PKG.gui.flatpak) fr.handbrake.ghb $(PKG.cli.flatpak): GNUmakefile $(PKG.src.flatpak) $(PKG.contrib.flatpak) |