]> git.pld-linux.org Git - packages/ejabberd.git/blame - ejabberd-makefile.patch
- fix logdb bcond
[packages/ejabberd.git] / ejabberd-makefile.patch
CommitLineData
464b4208
SP
1--- ejabberd-2.0.0/src/Makefile.in.orig 2008-02-21 11:02:12.000000000 +0100
2+++ ejabberd-2.0.0/src/Makefile.in 2008-02-22 14:52:47.000000000 +0100
fcad8150 3@@ -58,7 +58,7 @@
464b4208 4
0e757c06 5 DESTDIR =
2d3f6f39 6
464b4208
SP
7-EJABBERDDIR = $(DESTDIR)@localstatedir@/lib/ejabberd
8+EJABBERDDIR = $(DESTDIR)@libdir@/ejabberd
9 BEAMDIR = $(EJABBERDDIR)/ebin
fcad8150 10 SPOOLDIR = $(EJABBERDDIR)/db
464b4208 11 PRIVDIR = $(EJABBERDDIR)/priv
fcad8150 12@@ -66,7 +66,7 @@
464b4208
SP
13 PBINDIR = $(PRIVDIR)/bin
14 MSGSDIR = $(PRIVDIR)/msgs
15 LOGDIR = $(DESTDIR)@localstatedir@/log/ejabberd
e2a62f83
AM
16-ETCDIR = $(DESTDIR)@sysconfdir@/ejabberd
17+ETCDIR = $(DESTDIR)@sysconfdir@/jabber
18 SBINDIR = $(DESTDIR)@sbindir@
2d3f6f39 19
464b4208 20 ifeq ($(shell uname),Darwin)
This page took 0.041096 seconds and 4 git commands to generate.