* usr/share/byobu/windows/Makefile.am:

- fix lintian warning, install as DATA rather than SCRIPTS
This commit is contained in:
Dustin Kirkland 2013-01-24 18:27:47 -06:00
commit 1ac98a2f1f
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

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

View file

@ -1,2 +1,2 @@
windowsdir = $(datadir)/@PACKAGE@/windows windowsdir = $(datadir)/@PACKAGE@/windows
windows_SCRIPTS = common windows_DATA = common