[Pkg-voip-commits] r5551 - /mumble/trunk/debian/rules

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Wed Apr 16 16:32:17 UTC 2008


Author: the-me-guest
Date: Wed Apr 16 16:32:17 2008
New Revision: 5551

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5551
Log:
Use an nicer sed syntax.

Modified:
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=5551&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Wed Apr 16 16:32:17 2008
@@ -12,7 +12,7 @@
 	dh_testdir
 	qmake-qt4 main.pro DEFINES+=NO_UPDATE_CHECK DEFINES+=DEFAULT_SOUNDSYSTEM=ALSA
 	# Dirty workaround at building it with the newest Qt4.4-rc1.
-	sed 's/\/\//\//g' -i Makefile
+	sed 's;//;/;g' -i Makefile
 	touch configure-stamp
 
 build: build-arch




More information about the Pkg-voip-commits mailing list