* usr/bin/Makefile.am: LP: #901904

- ensure re-installation works
This commit is contained in:
Dustin Kirkland 2011-12-09 20:25:20 -06:00
commit 0e71c92bd4
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View file

@ -6,6 +6,8 @@ byobu (4.54) unreleased; urgency=low
usr/share/doc/byobu/help.tmux.txt: LP: #902416
- new feature to save layouts using ctrl-shift-F8, and restore layouts
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

View file

@ -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
install-exec-hook:
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-screen
cd $(DESTDIR)$(bindir) && $(LN_S) byobu byobu-tmux
cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-screen
cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-tmux