diff --git a/packaging/rules/debian/rules b/packaging/rules/debian/rules index 8a30cc3ef89dbc71cbf55e6c5b806bf082b5ee37..ab0f9b3c4f4a2c23cb615c6574a5d740f475abc9 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)