The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ejabberd / 0006-remove-doc.patch
1 Description: remove installing documentation
2  Without this patch, the Makefile will try to install ejabberd
3  documentation even if it is not generated, which will fail.
4 Author: Johan Oudinet <johan.oudinet@gmail.com>
5
6 Index: ejabberd/Makefile.in
7 ===================================================================
8 --- ejabberd.orig/Makefile.in   2014-10-21 16:43:42.604972005 +0200
9 +++ ejabberd/Makefile.in        2014-10-21 16:45:12.419989667 +0200
10 @@ -156,16 +156,6 @@ install: all
11         $(INSTALL) -d -m 750 $(O_USER) $(LOGDIR)
12         $(CHOWN_COMMAND) -R @INSTALLUSER@ $(LOGDIR) >$(CHOWN_OUTPUT)
13         chmod -R 750 $(LOGDIR)
14 -       #
15 -       # Documentation
16 -       $(INSTALL) -d $(DOCDIR)
17 -       $(INSTALL) -m 644 doc/dev.html $(DOCDIR)
18 -       $(INSTALL) -m 644 doc/guide.html $(DOCDIR)
19 -       $(INSTALL) -m 644 doc/*.png $(DOCDIR)
20 -       [ -f doc/guide.pdf ] \
21 -               && $(INSTALL) -m 644 doc/guide.pdf $(DOCDIR) \
22 -               || echo "No doc/guide.pdf was built"
23 -       $(INSTALL) -m 644 COPYING $(DOCDIR)
24  
25  uninstall: uninstall-binary
26