diff --git a/debian/changelog b/debian/changelog index e606e2fa..6f79fbee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 03 Feb 2010 10:56:23 -0800 diff --git a/usr/bin/byobu-export b/usr/bin/byobu-export index 36777985..34cf7053 100755 --- a/usr/bin/byobu-export +++ b/usr/bin/byobu-export @@ -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 # @@ -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