mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
fix profile linking
This commit is contained in:
parent
2f284ffa8a
commit
3ed56f9152
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ cp -a /usr/bin/$PKG-* "$DIR/.$PKG/usr/bin"
|
||||||
cp /etc/$PKG/statusrc "$DIR/.$PKG/status"
|
cp /etc/$PKG/statusrc "$DIR/.$PKG/status"
|
||||||
echo "source \$HOME/.$PKG/profile" > "$DIR/.screenrc"
|
echo "source \$HOME/.$PKG/profile" > "$DIR/.screenrc"
|
||||||
echo "source \$HOME/.$PKG/usr/share/$PKG/keybindings/common" > "$DIR/.$PKG/keybindings"
|
echo "source \$HOME/.$PKG/usr/share/$PKG/keybindings/common" > "$DIR/.$PKG/keybindings"
|
||||||
ln -s usr/share/$PKG/profiles/common profile; cd -
|
ln -sf usr/share/$PKG/profiles/common profile; cd -
|
||||||
|
|
||||||
# Some gardening; update paths to be $HOME-based
|
# Some gardening; update paths to be $HOME-based
|
||||||
for i in $(ls /usr/bin/$PKG-* | grep -v "install"); do
|
for i in $(ls /usr/bin/$PKG-* | grep -v "install"); do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue