From: Badlop Date: Fri, 17 Oct 2008 17:37:50 +0000 (+0000) Subject: * src/Makefile.in: docdir should be prefixed with DESTDIR (thanks X-Git-Tag: v2.1.0~18^2~555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5264d9299dc6a752e0a5e191f5f084cd46a6ff42;p=ejabberd * src/Makefile.in: docdir should be prefixed with DESTDIR (thanks to Jack Moffitt)(EJAB-775) SVN Revision: 1662 --- diff --git a/ChangeLog b/ChangeLog index 91e923896..20c1934aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-17 Badlop + + * src/Makefile.in: docdir should be prefixed with DESTDIR (thanks + to Jack Moffitt)(EJAB-775) + 2008-10-17 Christophe Romain * src/mod_pubsub/mod_pubsub.erl: fix badarg issue on get_roster_info diff --git a/src/Makefile.in b/src/Makefile.in index 93d29fc60..8148741e0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -85,7 +85,7 @@ EJABBERDDIR = $(DESTDIR)@libdir@/ejabberd # /share/doc/ejabberd PACKAGE_TARNAME = @PACKAGE_TARNAME@ datarootdir = @datarootdir@ -DOCDIR = @docdir@ +DOCDIR = $(DESTDIR)@docdir@ # /usr/lib/ejabberd/ebin/ BEAMDIR = $(EJABBERDDIR)/ebin