mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
* configure.ac, usr/bin/Makefile.am: LP: #869377
- provide byobu-tmux and byobu-screen symlinks
This commit is contained in:
parent
10ef08e664
commit
6122bf9d8b
3 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
AC_PREREQ([2.61])
|
||||
AC_INIT(byobu, 3.0, http://bugs.launchpad.net/byobu)
|
||||
AM_INIT_AUTOMAKE(byobu, 3.0)
|
||||
AC_PROG_LN_S
|
||||
|
||||
# Checks for programs.
|
||||
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -7,6 +7,8 @@ byobu (4.43) unreleased; urgency=low
|
|||
for it in tmux
|
||||
* usr/bin/byobu-select-session: LP: #869390
|
||||
- fix select session to obey BYOBU_BACKEND
|
||||
* configure.ac, usr/bin/Makefile.am: LP: #869377
|
||||
- provide byobu-tmux and byobu-screen symlinks
|
||||
|
||||
[ Daniel Hahler ]
|
||||
* usr/bin/byobu, usr/bin/byobu-launcher-install, usr/bin/byobu-
|
||||
|
|
|
@ -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
|
||||
|
||||
install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-screen
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue