* usr/bin/byobu-export:

- install profile symlink properly
This commit is contained in:
Dustin Kirkland 2010-02-05 01:00:59 -08:00
commit f012c82a41
2 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View file

@ -12,6 +12,8 @@ byobu (2.52) unreleased; urgency=low
* debian/control, debian/po/POTFILES.in, debian/po/templates.pot,
debian/templates, usr/bin/byobu-config:
- make the new debconf question translatable
* usr/bin/byobu-export:
- install profile symlink properly
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 03 Feb 2010 10:56:23 -0800

View file

@ -1,7 +1,7 @@
#!/bin/sh -e
#
# screen-profile-export
# Copyright (C) 2008 Canonical Ltd.
# byobu-export
# Copyright (C) 2008-2010 Canonical Ltd.
#
# Authors: Dustin Kirkland <kirkland@canonical.com>
#
@ -90,7 +90,7 @@ cp -a /usr/bin/$PKG-* "$DIR/.$PKG/usr/bin"
cp /etc/$PKG/statusrc "$DIR/.$PKG/status"
echo "source \$HOME/.$PKG/profile" > "$DIR/.screenrc"
echo "source \$HOME/.$PKG/usr/share/$PKG/keybindings/common" > "$DIR/.$PKG/keybindings"
ln -sf usr/share/$PKG/profiles/common profile; cd - >/dev/null 2>&1
ln -sf usr/share/$PKG/profiles/common "$DIR/.$PKG/profile"
# Some gardening; update paths to be $HOME-based
for i in $(ls /usr/bin/$PKG-* | grep -v "install"); do