Do not remove byobu-screen when installing byobu-tmux.

This commit is contained in:
Daniel Hahler 2012-01-09 15:01:41 +01:00
commit 671d0223fe

View file

@ -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