[asterisk-commits] mvanbaak: branch 1.6.1 r220030 - in /branches/1.6.1: ./ build_tools/mkpkgconfig
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 24 03:40:15 CDT 2009
Author: mvanbaak
Date: Thu Sep 24 03:40:12 2009
New Revision: 220030
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220030
Log:
Merged revisions 220028 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220028 | mvanbaak | 2009-09-24 10:36:18 +0200 (Thu, 24 Sep 2009) | 14 lines
Merged revisions 220027 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r220027 | mvanbaak | 2009-09-24 10:33:50 +0200 (Thu, 24 Sep 2009) | 7 lines
mkpkgconfig does not need bash so make it use /bin/sh
This fixes building on all systems that don't have bash
at /bin/bash
Reported by _ys on #asterisk-dev
Tested by _ys on #asterisk-dev
........
................
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/build_tools/mkpkgconfig
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/build_tools/mkpkgconfig
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/build_tools/mkpkgconfig?view=diff&rev=220030&r1=220029&r2=220030
==============================================================================
--- branches/1.6.1/build_tools/mkpkgconfig (original)
+++ branches/1.6.1/build_tools/mkpkgconfig Thu Sep 24 03:40:12 2009
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
PPATH=$1
## Make sure we were called from Makefile
More information about the asterisk-commits
mailing list