[svn-commits] russell: branch 1.4 r69660 - /branches/1.4/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jun 18 10:46:15 CDT 2007
Author: russell
Date: Mon Jun 18 10:46:14 2007
New Revision: 69660
URL: http://svn.digium.com/view/asterisk?view=rev&rev=69660
Log:
Tweak paths for BSD systems (issue #10001, stuarth)
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=69660&r1=69659&r2=69660
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Jun 18 10:46:14 2007
@@ -117,8 +117,9 @@
ASTLOGDIR=$(localstatedir)/log/asterisk
ASTVARRUNDIR=$(localstatedir)/run
ASTMANDIR=$(mandir)
-ifeq ($(OSARCH),FreeBSD)
+ifneq ($(findstring BSD,$(OSARCH)),)
ASTVARLIBDIR=$(prefix)/share/asterisk
+ ASTVARRUNDIR=$(localstatedir)/run/asterisk
else
ASTVARLIBDIR=$(localstatedir)/lib/asterisk
endif
More information about the svn-commits
mailing list