From ebe550ab7233c78285a2e98f027dc4366b09e414 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Mon, 8 Apr 2019 10:16:00 -0400
Subject: [PATCH] ring-all: remove quotes from link

Change-Id: Ibfaa5c119bf20c1d9814f3e7137b35d58e635dd3
---
 packaging/rules/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/rules/debian/rules b/packaging/rules/debian/rules
index 8a30cc3e..ab0f9b3c 100755
--- a/packaging/rules/debian/rules
+++ b/packaging/rules/debian/rules
@@ -184,7 +184,7 @@ override_dh_auto_install:
 
         ## GNOME client
 	cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME) install
-	ln -sf /usr/bin/jami $(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME)/usr/bin/ring.cx
+	ln -sf /usr/bin/jami $(CURDIR)/debian/ring-all/usr/bin/ring.cx
 
 tmpdir:= $(shell mktemp -d)
 workdir:= $(shell pwd)
-- 
GitLab