From 66748e5f00f01225d78589e7abe3360f0683c820 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Fri, 28 Nov 2014 11:27:28 -0500
Subject: [PATCH] launchpad: fix typo which prevents build

Refs #61168

Change-Id: I48568eb16bdfcf79695f02dc20a22fef572c8a18
---
 tools/build-system/launchpad/sflphone-daemon-video/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build-system/launchpad/sflphone-daemon-video/debian/rules b/tools/build-system/launchpad/sflphone-daemon-video/debian/rules
index d1bba53890..03eb67e044 100755
--- a/tools/build-system/launchpad/sflphone-daemon-video/debian/rules
+++ b/tools/build-system/launchpad/sflphone-daemon-video/debian/rules
@@ -21,7 +21,7 @@ configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
 	# build iax and opendht with contrib since they are not packaged
-	cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht cd ../..
+	cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht && cd ../..
 	./autogen.sh
 	./configure --prefix=/usr
 	touch configure-stamp
-- 
GitLab