aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk/asterisk-1.6.0-beta6/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asterisk/asterisk-1.6.0-beta6/Makefile.patch')
-rw-r--r--packages/asterisk/asterisk-1.6.0-beta6/Makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/asterisk/asterisk-1.6.0-beta6/Makefile.patch b/packages/asterisk/asterisk-1.6.0-beta6/Makefile.patch
deleted file mode 100644
index ee7db5d5f0..0000000000
--- a/packages/asterisk/asterisk-1.6.0-beta6/Makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 $(SUBDIRS_INSTALL)
-+install: badshell datafiles bininstall $(SUBDIRS_INSTALL) samples
- @if [ -x /usr/sbin/asterisk-post-install ]; then \
- /usr/sbin/asterisk-post-install $(DESTDIR) . ; \
- fi