Skip to content

Commit

Permalink
sideload-repos-systemd: Dist service unconditionally
Browse files Browse the repository at this point in the history
Add flatpak-sideload-usb-repo.service.in to EXTRA_DIST regardless of if
the --enable-auto-sideloading configure option was passed. This allows
building a tarball without that option and then building from the
tarball with the option.

This matches what is done in system-helper/Makefile.am.inc with
flatpak-system-helper.service.in.

Picked from endlessm/flatpak#228
  • Loading branch information
mwleeds authored and alexlarsson committed Aug 12, 2020
1 parent 12e3dc0 commit f1383c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideload-repos-systemd/Makefile.am.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ systemdsystemunit_DATA += sideload-repos-systemd/flatpak-sideload-repos-dir.serv

endif

EXTRA_DIST += sideload-repos-systemd/flatpak-sideload-usb-repo.path.in sideload-repos-systemd/flatpak-sideload-repos-dir.service
EXTRA_DIST += sideload-repos-systemd/flatpak-sideload-usb-repo.path.in sideload-repos-systemd/flatpak-sideload-usb-repo.service.in sideload-repos-systemd/flatpak-sideload-repos-dir.service

0 comments on commit f1383c1

Please sign in to comment.