From: Dave Reisner <dreisner@archlinux.org>
To: util-linux@vger.kernel.org
Cc: Dave Reisner <dreisner@archlinux.org>
Subject: [PATCH] login-utils/Makemodule: install su.1 if building su
Date: Tue, 4 Sep 2012 22:31:03 -0400 [thread overview]
Message-ID: <1346812263-9512-1-git-send-email-dreisner@archlinux.org> (raw)
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
---
This also unfortunately means that su.1 isn't included in the dist tarball.
login-utils/Makemodule.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/login-utils/Makemodule.am b/login-utils/Makemodule.am
index 755a361..e26d9a7 100644
--- a/login-utils/Makemodule.am
+++ b/login-utils/Makemodule.am
@@ -80,6 +80,7 @@ endif # BUILD_CHFN_CHSH
if BUILD_SU
bin_PROGRAMS += su
+dist_man_MANS += login-utils/su.1
su_SOURCES = \
login-utils/su.c \
login-utils/su-common.c \
--
1.7.12
next reply other threads:[~2012-09-05 2:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-05 2:31 Dave Reisner [this message]
2012-09-05 8:46 ` [PATCH] login-utils/Makemodule: install su.1 if building su Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1346812263-9512-1-git-send-email-dreisner@archlinux.org \
--to=dreisner@archlinux.org \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).