mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
usr/bin/byobu-export: silence cd -
This commit is contained in:
parent
d3f12a8dbe
commit
69cbf7b91a
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (2.50) unreleased; urgency=low
|
||||
|
||||
* debian/rules: fix lintian warning about PWD
|
||||
* usr/bin/byobu-export: silence cd -
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Jan 2010 11:13:20 +1300
|
||||
|
||||
|
|
|
@ -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 -
|
||||
ln -sf usr/share/$PKG/profiles/common profile; cd - >/dev/null 2>&1
|
||||
|
||||
# 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