Skip to content
Snippets Groups Projects
Commit 2b396841 authored by Russell Bryant's avatar Russell Bryant
Browse files

Merged revisions 69660 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r69660 | russell | 2007-06-18 10:46:14 -0500 (Mon, 18 Jun 2007) | 2 lines

Tweak paths for BSD systems (issue #10001, stuarth)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 981a94f0
No related branches found
No related tags found
No related merge requests found
...@@ -118,8 +118,9 @@ else ...@@ -118,8 +118,9 @@ else
ASTLOGDIR=$(localstatedir)/log/asterisk ASTLOGDIR=$(localstatedir)/log/asterisk
ASTVARRUNDIR=$(localstatedir)/run ASTVARRUNDIR=$(localstatedir)/run
ASTMANDIR=$(mandir) ASTMANDIR=$(mandir)
ifeq ($(OSARCH),FreeBSD) ifneq ($(findstring BSD,$(OSARCH)),)
ASTVARLIBDIR=$(prefix)/share/asterisk ASTVARLIBDIR=$(prefix)/share/asterisk
ASTVARRUNDIR=$(localstatedir)/run/asterisk
else else
ASTVARLIBDIR=$(localstatedir)/lib/asterisk ASTVARLIBDIR=$(localstatedir)/lib/asterisk
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment