mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/windows/Makefile.am:
- fix lintian warning, install as DATA rather than SCRIPTS
This commit is contained in:
parent
3430494230
commit
1ac98a2f1f
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.30) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/share/byobu/keybindings/f-keys.tmux:
|
* usr/share/byobu/keybindings/f-keys.tmux:
|
||||||
- use $BYOBU_SHELL_TITLE in tmux too
|
- use $BYOBU_SHELL_TITLE in tmux too
|
||||||
|
* usr/share/byobu/windows/Makefile.am:
|
||||||
|
- fix lintian warning, install as DATA rather than SCRIPTS
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 19 Jan 2013 14:18:01 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 19 Jan 2013 14:18:01 -0600
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
windowsdir = $(datadir)/@PACKAGE@/windows
|
windowsdir = $(datadir)/@PACKAGE@/windows
|
||||||
windows_SCRIPTS = common
|
windows_DATA = common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue