flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
142 stars 93 forks source link

No way to set `.flatpak-builder` dir #606

Closed brunvonlope closed 5 months ago

brunvonlope commented 5 months ago

Checklist

flatpak-builder version

1.2.3

Flatpak version

1.14.4

How to reproduce

  1. Run appropriate flatpak-builder syntax to build some flatpak
  2. .flatpak-builder dir is created always in the current dir

Expected Behavior

Can set the path of .flatpak-builder dir (like I would do in a "traditional" build system, e.g. meson)

Actual Behavior

.flatpak-builder dir is pervasively created in the current working dir without option to change it

Additional Information

No response

bbhtt commented 5 months ago
flatpak-builder --help|grep .flatpak-builder

  flatpak-builder [OPTION…] DIRECTORY MANIFEST - Build manifest
  --state-dir=PATH                   Use this directory for state instead of .flatpak-builder
brunvonlope commented 5 months ago

Thanks 🫂