diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-15 14:07:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-17 20:11:43 +0200 |
commit | cabef62f6d41188f18b89d6fae503a0b322d13d7 (patch) | |
tree | 60595302644fbeee37b2ba77b1523878c43a4f6c /package/nodm/patches/patch-Makefile_am | |
parent | 8262931856343ea36225a922a7eb632977455f45 (diff) |
nodm: add new package
Diffstat (limited to 'package/nodm/patches/patch-Makefile_am')
-rw-r--r-- | package/nodm/patches/patch-Makefile_am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/nodm/patches/patch-Makefile_am b/package/nodm/patches/patch-Makefile_am new file mode 100644 index 000000000..6e2dad32d --- /dev/null +++ b/package/nodm/patches/patch-Makefile_am @@ -0,0 +1,16 @@ +--- nodm-0.13.orig/Makefile.am 2017-01-23 17:29:56.000000000 +0100 ++++ nodm-0.13/Makefile.am 2017-10-15 12:39:08.047309247 +0200 +@@ -39,13 +39,6 @@ nodm_SOURCES = $(libsources) \ + + nodm_CFLAGS = -DNODM_SESSION='"$(sbindir)/nodm"' + +-nodm.8: nodm +- help2man --section=8 --name="X display manager for automatic logins" \ +- --no-info --include=nodm-man-extras ./$< > $@ +- +-man_MANS = nodm.8 \ +- $(NULL) +- + TESTS = test-internals test-xstart test-xsession + check_PROGRAMS = test-internals test-xstart test-xsession + |