summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:26:39 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:26:39 +0000
commite7d25f5e83695fcdd1c22e8098fbf406f9a91956 (patch)
tree841a0726412c2b9013e04e005ef9e4be582240fd /packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch
parentf4ce9c08fe9fa700633891da981161d1ef3f735b (diff)
packages/asterisk/asterisk_1.6.0-beta8.bb : Add latest asterisk 1.6 snapshot
Diffstat (limited to 'packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch')
-rw-r--r--packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch b/packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch
new file mode 100644
index 0000000000..cdbbe2bdae
--- /dev/null
+++ b/packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch
@@ -0,0 +1,20 @@
+--- asterisk-1.6.0/Makefile 2008-03-18 11:58:50.000000000 -0400
++++ asterisk-1.6.0.new/Makefile 2008-03-28 12:11:32.137042768 -0400
+@@ -142,7 +142,7 @@ else
+ ASTSBINDIR=$(sbindir)
+ ASTSPOOLDIR=$(localstatedir)/spool/asterisk
+ ASTLOGDIR=$(localstatedir)/log/asterisk
+- ASTVARRUNDIR=$(localstatedir)/run
++ ASTVARRUNDIR=$(localstatedir)/run/asterisk
+ ASTMANDIR=$(mandir)
+ ifneq ($(findstring BSD,$(OSARCH)),)
+ ASTVARLIBDIR=$(prefix)/share/asterisk
+@@ -571,7 +571,7 @@ ifneq ($(findstring ~,$(DESTDIR)),)
+ @exit 1
+ endif
+
+-install: badshell datafiles bininstall
++install: badshell datafiles bininstall samples
+ @if [ -x /usr/sbin/asterisk-post-install ]; then \
+ /usr/sbin/asterisk-post-install $(DESTDIR) . ; \
+ fi