From 4f123a5a1b3ecf9234a33a057bc1baa1abc2f1e5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Jun 2016 13:00:51 -0400 Subject: fix typo --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 090f68b1fa..3f6e00b152 100644 --- a/Makefile.am +++ b/Makefile.am @@ -412,17 +412,17 @@ INTLTOOL_V_MERGE_0 = @echo " ITMRG " $@; INTLTOOL_V_MERGE_1 = #@src/grp-system/systemctl/Makefile -rootbit_PROGRAMS += systemctl +rootbin_PROGRAMS += systemctl #@src/systemd-notify/Makefile -rootbit_PROGRAMS += systemd-notify +rootbin_PROGRAMS += systemd-notify #@src/systemd-ask-password/Makefile -rootbit_PROGRAMS += systemd-ask-password +rootbin_PROGRAMS += systemd-ask-password #@src/systemd-tty-ask-password-agent/Makefile -rootbit_PROGRAMS += systemd-tty-ask-password-agent +rootbin_PROGRAMS += systemd-tty-ask-password-agent #@src/systemd-machine-id-setup/Makefile -rootbit_PROGRAMS += systemd-machine-id-setup +rootbin_PROGRAMS += systemd-machine-id-setup #@src/systemd-escape/Makefile -rootbit_PROGRAMS += systemd-escape +rootbin_PROGRAMS += systemd-escape #@src/systemd-cgls/Makefile bin_PROGRAMS += systemd-cgls -- cgit v1.2.3-54-g00ecf