[Pkg-voip-commits] [SCM] turnserver branch, master, updated. upstream/0.6-25-g8540dd6

Daniel Pocock daniel at pocock.com.au
Tue Oct 2 08:46:20 UTC 2012


The following commit has been merged in the master branch:
commit 8540dd68b316bb291da732d7c6fb3e1b82ca97dd
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue Oct 2 10:46:16 2012 +0200

    Move turnserver binary from usr/bin to usr/sbin (workaround until upstream patches src/Makefile.am)

diff --git a/debian/rules b/debian/rules
index e46b6b7..3df8ad7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,8 @@ override_dh_auto_test:
 override_dh_auto_install:
 	dh_auto_install
 	rm debian/turnserver/usr/bin/test_*
+	mkdir -p debian/turnserver/usr/sbin
+	-mv debian/turnserver/usr/bin/turnserver debian/turnserver/usr/sbin/turnserver
 
 # force building in the pkgroot or it won't build
 %:

-- 
turnserver



More information about the Pkg-voip-commits mailing list