Skip to content
Snippets Groups Projects
Unverified Commit 2c6a6afc authored by Sébastien Blin's avatar Sébastien Blin
Browse files

ring-all: fix symlink for ring.cx

Change-Id: I30fc2c567cc5fd6b846331351d143b8cd56020db
parent 03370822
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment