Skip to content
Snippets Groups Projects
Unverified Commit f236d5f6 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

packaging: Do not install a ring.cx symbolic link.

Change-Id: Ib5ad6c091560f7fc4ee9734ca283e78c90d9d769
parent c9803565
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,6 @@ override_dh_auto_install:
cd client-qt/build && \
make DESTDIR=$(CURDIR)/debian/$(JAMI_CLIENT_PKG_NAME) install
ln -sf /usr/bin/jami $(CURDIR)/debian/jami/usr/bin/ring.cx
## Custom Qt package for Jami (libqt-jami)
## Copy our own Qt library package content into the OCI package.
for file_name in $$(dpkg-query -L libqt-jami); do \
......@@ -238,8 +236,6 @@ override_dh_auto_install:
cd client-qt/build && \
make DESTDIR=$(CURDIR)/debian/$(JAMI_ALL_IN_ONE_PKG_NAME) install
ln -sf /usr/bin/jami $(CURDIR)/debian/$(JAMI_ALL_IN_ONE_PKG_NAME)/usr/bin/ring.cx
override_dh_shlibdeps:
dh_shlibdeps -- -x$(JAMI_ALL_IN_ONE_PKG_NAME)
......
......@@ -65,7 +65,6 @@ make -C %{_builddir}/ring-project/client-gnome/build \
DESTDIR=%{buildroot} make -C %{_builddir}/ring-project/client-gnome/build install
# Only keep /bin/jami-gnome for the GNOME client.
rm -rfv %{buildroot}/%{_bindir}/jami
rm -rfv %{buildroot}/%{_bindir}/ring.cx
%files
%defattr(-,root,root,-)
......
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