diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 18:15:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 18:15:40 -0400 |
commit | ff6514f056098c885323e8629d6ac6d113796f35 (patch) | |
tree | e3afb71d9bd7f0f10c6c3b3050dc4b4cdf18b62d /Makefile.am | |
parent | 28420561826df73fff80c4a3c808aa9f1d418730 (diff) |
location of import-pubring.gpg
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f032bfa65f..aeebb59732 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5493,10 +5493,11 @@ systemd_export_LDADD = \ $(ZLIB_LIBS) \ $(BZIP2_LIBS) -#@auto/systemd-importd/Makefile +#@auto/systemd-pull/Makefile dist_rootlibexec_DATA += \ src/import/import-pubring.gpg +#@auto/systemd-importd/Makefile nodist_systemunit_DATA += \ units/systemd-importd.service |