From 1ac98a2f1f5a2c97dbf73ecd129bf149be15cc75 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 24 Jan 2013 18:27:47 -0600 Subject: [PATCH] * usr/share/byobu/windows/Makefile.am: - fix lintian warning, install as DATA rather than SCRIPTS --- debian/changelog | 2 ++ usr/share/byobu/windows/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3bd26535..26cebf7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ byobu (5.30) unreleased; urgency=low * usr/share/byobu/keybindings/f-keys.tmux: - use $BYOBU_SHELL_TITLE in tmux too + * usr/share/byobu/windows/Makefile.am: + - fix lintian warning, install as DATA rather than SCRIPTS -- Dustin Kirkland Sat, 19 Jan 2013 14:18:01 -0600 diff --git a/usr/share/byobu/windows/Makefile.am b/usr/share/byobu/windows/Makefile.am index b0900766..6d6392cb 100644 --- a/usr/share/byobu/windows/Makefile.am +++ b/usr/share/byobu/windows/Makefile.am @@ -1,2 +1,2 @@ windowsdir = $(datadir)/@PACKAGE@/windows -windows_SCRIPTS = common +windows_DATA = common