util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] login-utils/Makemodule: install su.1 if building su
@ 2012-09-05  2:31 Dave Reisner
  2012-09-05  8:46 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Reisner @ 2012-09-05  2:31 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-05  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05  2:31 [PATCH] login-utils/Makemodule: install su.1 if building su Dave Reisner
2012-09-05  8:46 ` Karel Zak

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).