* byobu-export: touch an empty .byobu/profile, silence error message

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-06 15:34:18 -05:00
commit d3c234da20
2 changed files with 3 additions and 2 deletions

View file

@ -219,6 +219,7 @@ done
PROFILE="$DIR/.screenrc"
STATUS="$DIR/.$PKG/status"
mkdir -p "$DIR/.$PKG/bin"
touch "$DIR/.$PKG/profile"
# Copy status scripts
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
byobu (2.1) jaunty; urgency=low
* UNRELEASED
* byobu-export: touch an empty .byobu/profile, silence error message
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 05 May 2009 23:05:20 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 06 May 2009 15:33:47 -0500
byobu (2.0-0ubuntu1) karmic; urgency=low