Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
f236d5f6
Unverified
Commit
f236d5f6
authored
Jun 09, 2021
by
Maxim Cournoyer
Browse files
packaging: Do not install a ring.cx symbolic link.
Change-Id: Ib5ad6c091560f7fc4ee9734ca283e78c90d9d769
parent
c9803565
Changes
2
Show whitespace changes
Inline
Side-by-side
packaging/rules/debian/rules
View file @
f236d5f6
...
...
@@ -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)
...
...
packaging/rules/rpm/jami-gnome.spec
View file @
f236d5f6
...
...
@@ -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,-)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment