mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
parent
b1bf57b3da
commit
0e71c92bd4
2 changed files with 4 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -6,6 +6,8 @@ byobu (4.54) unreleased; urgency=low
|
||||||
usr/share/doc/byobu/help.tmux.txt: LP: #902416
|
usr/share/doc/byobu/help.tmux.txt: LP: #902416
|
||||||
- new feature to save layouts using ctrl-shift-F8, and restore layouts
|
- new feature to save layouts using ctrl-shift-F8, and restore layouts
|
||||||
using shift-F8
|
using shift-F8
|
||||||
|
* usr/bin/Makefile.am: LP: #901904
|
||||||
|
- ensure re-installation works
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 08 Dec 2011 12:15:18 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 08 Dec 2011 12:15:18 -0600
|
||||||
|
|
||||||
|
|
|
@ -1,5 +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-backend 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-backend byobu-select-profile byobu-select-session byobu-silent byobu-status byobu-status-detail byobu-shell
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-screen
|
cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-screen
|
||||||
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-tmux
|
cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-tmux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue