summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.4.11/Makefile.patch
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-08-23 15:52:17 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-08-23 15:52:17 +0000
commitc1af58c0247afe25767d6d37461c3f9bd064588f (patch)
tree1ab5c4c983185a4ebb5a8a0016673740a3abb713 /packages/asterisk/asterisk-1.4.11/Makefile.patch
parentb750ffba347c1f8bb7dbbe42abf31f17bf4db56c (diff)
parente7bddc526833f792999160481378180074d4d685 (diff)
merge of '0e26ba58720a1849aa7900d3994580287bca5ac9'
and '308da270e0ec4f56bfc763e5a9961617e8f09c92'
Diffstat (limited to 'packages/asterisk/asterisk-1.4.11/Makefile.patch')
-rw-r--r--packages/asterisk/asterisk-1.4.11/Makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.4.11/Makefile.patch b/packages/asterisk/asterisk-1.4.11/Makefile.patch
new file mode 100644
index 0000000000..a6d630949e
--- /dev/null
+++ b/packages/asterisk/asterisk-1.4.11/Makefile.patch
@@ -0,0 +1,20 @@
+--- asterisk-1.4.5/Makefile 2007-05-24 15:05:08.000000000 -0400
++++ asterisk-1.4.5/Makefile.new 2007-06-17 05:36:44.000000000 -0400
+@@ -115,7 +115,7 @@ else
+ ASTSBINDIR=$(sbindir)
+ ASTSPOOLDIR=$(localstatedir)/spool/asterisk
+ ASTLOGDIR=$(localstatedir)/log/asterisk
+- ASTVARRUNDIR=$(localstatedir)/run
++ ASTVARRUNDIR=$(localstatedir)/run/asterisk
+ ASTMANDIR=$(mandir)
+ ifeq ($(OSARCH),FreeBSD)
+ ASTVARLIBDIR=$(prefix)/share/asterisk
+@@ -468,7 +468,7 @@ oldmodcheck:
+ echo " WARNING WARNING WARNING" ;\
+ fi
+
+-install: datafiles bininstall $(SUBDIRS_INSTALL)
++install: datafiles bininstall $(SUBDIRS_INSTALL) samples
+ @if [ -x /usr/sbin/asterisk-post-install ]; then \
+ /usr/sbin/asterisk-post-install $(DESTDIR) . ; \
+ fi