mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
fix byobu-export for the recent changes
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
a96a0642df
commit
3951648e85
1 changed files with 4 additions and 3 deletions
|
@ -119,10 +119,10 @@ header() {
|
|||
sources() {
|
||||
# insert the common profile, replace the status exe path
|
||||
echo
|
||||
cat $SHARE/profiles/common | sed "s:$PKG-status:\$HOME/.$PKG/$PKG-status:"
|
||||
cat $SHARE/profiles/common | sed "s:$PKG-:\$HOME/.$PKG/$PKG-:"
|
||||
hr
|
||||
echo
|
||||
cat $SHARE/keybindings/common
|
||||
cat $SHARE/keybindings/f-keys
|
||||
hr
|
||||
echo
|
||||
hr
|
||||
|
@ -213,11 +213,12 @@ echo "http://launchpad.net/$PKG" >> "$DIR/.$PKG/version"
|
|||
# Copy status scripts
|
||||
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"
|
||||
cp -a /usr/bin/$PKG-status "$DIR/.$PKG"
|
||||
cp -a /usr/bin/$PKG-janitor "$DIR/.$PKG"
|
||||
|
||||
# Generate the monolithic profile
|
||||
header > "$PROFILE"
|
||||
sources >> "$PROFILE"
|
||||
cp /etc/$PKG/statusrc > "$STATUS"
|
||||
cat /etc/$PKG/statusrc > "$STATUS"
|
||||
|
||||
# Some gardening
|
||||
# Drop additional "source" calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue