diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-19 14:41:41 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:20:48 -0600 |
commit | 6b7f27e63c9c5b110acad2c11f8f1a85dd9e9f6a (patch) | |
tree | af3fcece4df61761015200d47b149c7da48bdfcf /system/freeswitch/freeswitch.SlackBuild | |
parent | 871f33f4f4e0d5c00816fe4f0b51c899e4478685 (diff) | |
download | slackbuilds-6b7f27e63c9c5b110acad2c11f8f1a85dd9e9f6a.tar.gz |
system/freeswitch: Updated for version 1.2.15.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/freeswitch/freeswitch.SlackBuild')
-rw-r--r-- | system/freeswitch/freeswitch.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/freeswitch/freeswitch.SlackBuild b/system/freeswitch/freeswitch.SlackBuild index 057c9867f2..1490d78b8c 100644 --- a/system/freeswitch/freeswitch.SlackBuild +++ b/system/freeswitch/freeswitch.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=freeswitch -VERSION=${VERSION:-20130414} +VERSION=${VERSION:-1.2.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -110,7 +110,7 @@ find . \ -exec chmod 644 {} \; # Prepare some things -./bootstrap.sh +./rebootstrap.sh # Disable Cluecon registration annoyance touch noreg @@ -130,7 +130,7 @@ CXXFLAGS="$SLKCFLAGS" \ $PGSQL \ --build=$ARCH-slackware-linux -make +make -j1 make install DESTDIR=$PKG make samples DESTDIR=$PKG |