* configure.ac, usr/bin/Makefile.am: LP: #869377

- provide byobu-tmux and byobu-screen symlinks
This commit is contained in:
Dustin Kirkland 2011-10-22 01:15:47 -05:00
commit 6122bf9d8b
3 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,7 @@
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT(byobu, 3.0, http://bugs.launchpad.net/byobu) AC_INIT(byobu, 3.0, http://bugs.launchpad.net/byobu)
AM_INIT_AUTOMAKE(byobu, 3.0) AM_INIT_AUTOMAKE(byobu, 3.0)
AC_PROG_LN_S
# Checks for programs. # Checks for programs.

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ byobu (4.43) unreleased; urgency=low
for it in tmux for it in tmux
* usr/bin/byobu-select-session: LP: #869390 * usr/bin/byobu-select-session: LP: #869390
- fix select session to obey BYOBU_BACKEND - fix select session to obey BYOBU_BACKEND
* configure.ac, usr/bin/Makefile.am: LP: #869377
- provide byobu-tmux and byobu-screen symlinks
[ Daniel Hahler ] [ Daniel Hahler ]
* usr/bin/byobu, usr/bin/byobu-launcher-install, usr/bin/byobu- * usr/bin/byobu, usr/bin/byobu-launcher-install, usr/bin/byobu-

View file

@ -1,2 +1,5 @@
bin_SCRIPTS = byobu byobu-config byobu-ctrl-a byobu-disable byobu-enable byobu-export byobu-janitor byobu-launch byobu-launcher byobu-launcher-install byobu-launcher-uninstall byobu-quiet byobu-reconnect-sockets byobu-select-profile byobu-select-session byobu-silent byobu-status byobu-status-detail byobu-shell bin_SCRIPTS = byobu byobu-config byobu-ctrl-a byobu-disable byobu-enable byobu-export byobu-janitor byobu-launch byobu-launcher byobu-launcher-install byobu-launcher-uninstall byobu-quiet byobu-reconnect-sockets byobu-select-profile byobu-select-session byobu-silent byobu-status byobu-status-detail byobu-shell
install-exec-hook:
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-screen
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-tmux