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:50:40 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:50:40 +0000
commit158d2f97769e0a22db98f1e39a6bd6fb7ccb627a (patch)
tree96271e81f8e6f5dae0afb64defb707170b4e45dc /packages/asterisk/asterisk-1.6.0-beta8/Makefile.patch
parent771c648f8dce90565794b4be0b357e98894a2720 (diff)
parentcf2973f366e891f3ac88d25c12630b3ff8e84cdc (diff)
merge of '2a3b367f33ce37c133f19ffba687595aa7b1cbb4'
and '3828f582a9c1e77f2334c14bda8e79846078bfd3'
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