summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.4.17/Makefile.patch
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-01-14 07:33:42 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-01-14 07:33:42 +0000
commite04e540f70e47af0019789b691e63914db5d8d11 (patch)
tree3ce81e26bb6169245421a41b4adb02ee02099daa /packages/asterisk/asterisk-1.4.17/Makefile.patch
parentf926060e424f1732296b30de2e21a35f6d2f662f (diff)
parent6b8dd1e263356efca24e32aa337c7c987d8a09c2 (diff)
merge of '396d43c9459edaab2f04c5dd3825de0391fc1b73'
and 'e4f83871a267ab0720e73ef096ce3ab5fc40a303'
Diffstat (limited to 'packages/asterisk/asterisk-1.4.17/Makefile.patch')
-rw-r--r--packages/asterisk/asterisk-1.4.17/Makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.4.17/Makefile.patch b/packages/asterisk/asterisk-1.4.17/Makefile.patch
new file mode 100644
index 0000000000..a6d630949e
--- /dev/null
+++ b/packages/asterisk/asterisk-1.4.17/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