mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-export:
- install profile symlink properly
This commit is contained in:
parent
0b8683c68f
commit
f012c82a41
2 changed files with 5 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue