mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
build-system: restore correct manpage and executable names
Refs #51005 Change-Id: I7bf364d8b087a85ab0ab8bae298058c67f09eb16
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
debian/sflphone-gnome-video/usr/share/man/man1/sflphone-gnome-video.1
|
||||
debian/sflphone-gnome-video/usr/share/man/man1/sflphone-client-gnome.1
|
||||
debian/sflphone-gnome-video/usr/share/man/man1/sflphone.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone--gnome 100 \
|
||||
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-client-gnome 100 \
|
||||
--slave /usr/share/man/man1/sflphone.1.gz sflphone.1.gz \
|
||||
/usr/share/man/man1/sflphone-gnome.1.gz
|
||||
/usr/share/man/man1/sflphone-client-gnome.1.gz
|
||||
|
||||
exit 0
|
||||
|
@ -14,7 +14,7 @@ package=sflphone-gnome-video
|
||||
|
||||
CXX = g++-4.0
|
||||
CFLAGS = -Wall -g
|
||||
DEB_INSTALL_MANPAGES_sflphone_gnome_video = sflphone.1 sflphone-gnome-video.1
|
||||
DEB_INSTALL_MANPAGES_sflphone_gnome_video = sflphone.1 sflphone-client-gnome.1
|
||||
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
|
@ -1,2 +1,2 @@
|
||||
debian/sflphone-gnome/usr/share/man/man1/sflphone-gnome.1
|
||||
debian/sflphone-gnome/usr/share/man/man1/sflphone-client-gnome.1
|
||||
debian/sflphone-gnome/usr/share/man/man1/sflphone.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-gnome 100 \
|
||||
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-client-gnome 100 \
|
||||
--slave /usr/share/man/man1/sflphone.1.gz sflphone.1.gz \
|
||||
/usr/share/man/man1/sflphone-gnome.1.gz
|
||||
/usr/share/man/man1/sflphone-client-gnome.1.gz
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user