mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
debian/rules: symlink motd+shell to shell, LP: #589715
This commit is contained in:
parent
d899cb889d
commit
46835d01f4
2 changed files with 2 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
||||||
byobu (2.79) unreleased; urgency=low
|
byobu (2.79) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* debian/rules: symlink motd+shell to shell, LP: #589715
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 03 Jun 2010 01:58:24 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 03 Jun 2010 01:58:24 -0500
|
||||||
|
|
||||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -38,6 +38,7 @@ install: build install-po
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_link usr/share/byobu/keybindings/f-keys usr/share/byobu/keybindings/common
|
dh_link usr/share/byobu/keybindings/f-keys usr/share/byobu/keybindings/common
|
||||||
|
dh_link usr/bin/shell usr/bin/motd+shell
|
||||||
dh_install -X.bzr
|
dh_install -X.bzr
|
||||||
|
|
||||||
# Everything else is handled by dh_install
|
# Everything else is handled by dh_install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue