diff --git a/packaging/rules/debian/rules b/packaging/rules/debian/rules
index ec32d34a7e96775748f1ee74d50d3c0f395ae1e7..8a30cc3ef89dbc71cbf55e6c5b806bf082b5ee37 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 /usr/bin/ring.cx
+	ln -sf /usr/bin/jami $(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME)/usr/bin/ring.cx
 
 tmpdir:= $(shell mktemp -d)
 workdir:= $(shell pwd)