
10 Jan
2019
10 Jan
'19
9:33 a.m.
On Wed, Jan 09, 2019 at 07:35:49PM +0100, Andrea Bolognani wrote:
Avoid building the same path several times.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- src/remote/Makefile.inc.am | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/src/remote/Makefile.inc.am b/src/remote/Makefile.inc.am index 04a2ec8cc0..d9f559dce5 100644 --- a/src/remote/Makefile.inc.am +++ b/src/remote/Makefile.inc.am @@ -207,21 +207,22 @@ uninstall-sysctl: endif ! WITH_SYSCTL
if WITH_POLKIT -policydir = $(datadir)/polkit-1/actions
polkitdir = $(datadir)/polkit-1 might be a nice little addition to the patch, but I don't care that much. Reviewed-by: Erik Skultety <eskultet@redhat.com>