From 46835d01f4dff70b1fbf85f95c2295cf802e0966 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 4 Jun 2010 16:03:37 -0500 Subject: [PATCH] debian/rules: symlink motd+shell to shell, LP: #589715 --- debian/changelog | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3893a643..9b32f5fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ byobu (2.79) unreleased; urgency=low - * UNRELEASED + * debian/rules: symlink motd+shell to shell, LP: #589715 -- Dustin Kirkland Thu, 03 Jun 2010 01:58:24 -0500 diff --git a/debian/rules b/debian/rules index 79501379..91be2d62 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,7 @@ install: build install-po dh_testroot dh_clean -k 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 # Everything else is handled by dh_install