From e33c6dfe3da1a1544a7fdaa947047757ba7a31fd Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 10 Jul 2014 14:25:21 -0400
Subject: [PATCH] build-system: fix broken man page name

Refs #51005

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

diff --git a/tools/build-system/launchpad/sflphone-gnome/debian/rules b/tools/build-system/launchpad/sflphone-gnome/debian/rules
index f2f34b3d83..3a3522cccd 100755
--- a/tools/build-system/launchpad/sflphone-gnome/debian/rules
+++ b/tools/build-system/launchpad/sflphone-gnome/debian/rules
@@ -14,7 +14,7 @@ package=sflphone-gnome
 
 CXX = g++-4.0
 CFLAGS = -Wall -g
-DEB_INSTALL_MANPAGES_sflphone_gnome = sflphone.1 sflphone-gnome.1
+DEB_INSTALL_MANPAGES_sflphone_gnome = sflphone.1 sflphone-client-gnome.1
 
 configure: configure-stamp
 configure-stamp:
-- 
GitLab