mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
Do not remove byobu-screen
when installing byobu-tmux.
This commit is contained in:
parent
e35d0b6e71
commit
671d0223fe
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ bin_SCRIPTS = byobu byobu-config byobu-ctrl-a byobu-disable byobu-enable by
|
|||
|
||||
install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-screen
|
||||
cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-tmux
|
||||
cd $(DESTDIR)$(bindir) && rm -f byobu-tmux && $(LN_S) byobu byobu-tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue