Merge lp:~blueyed/byobu/do-not-remove-byobu-screen-symlink into lp:byobu

Proposed by Daniel Hahler
Status: Merged
Merged at revision: 1849
Proposed branch: lp:~blueyed/byobu/do-not-remove-byobu-screen-symlink
Merge into: lp:byobu
Diff against target: 9 lines (+1/-1)
1 file modified
usr/bin/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~blueyed/byobu/do-not-remove-byobu-screen-symlink
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+87936@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/bin/Makefile.am'
2--- usr/bin/Makefile.am 2012-01-09 00:32:00 +0000
3+++ usr/bin/Makefile.am 2012-01-09 14:28:30 +0000
4@@ -2,4 +2,4 @@
5
6 install-exec-hook:
7 cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-screen
8- cd $(DESTDIR)$(bindir) && rm -f byobu-screen && $(LN_S) byobu byobu-tmux
9+ cd $(DESTDIR)$(bindir) && rm -f byobu-tmux && $(LN_S) byobu byobu-tmux

Subscribers

People subscribed via source and target branches