mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -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() {
|
sources() {
|
||||||
# insert the common profile, replace the status exe path
|
# insert the common profile, replace the status exe path
|
||||||
echo
|
echo
|
||||||
cat $SHARE/profiles/common | sed "s:$PKG-status:\$HOME/.$PKG/$PKG-status:"
|
cat $SHARE/profiles/common | sed "s:$PKG-:\$HOME/.$PKG/$PKG-:"
|
||||||
hr
|
hr
|
||||||
echo
|
echo
|
||||||
cat $SHARE/keybindings/common
|
cat $SHARE/keybindings/f-keys
|
||||||
hr
|
hr
|
||||||
echo
|
echo
|
||||||
hr
|
hr
|
||||||
|
@ -213,11 +213,12 @@ echo "http://launchpad.net/$PKG" >> "$DIR/.$PKG/version"
|
||||||
# Copy status scripts
|
# Copy status scripts
|
||||||
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"
|
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"
|
||||||
cp -a /usr/bin/$PKG-status "$DIR/.$PKG"
|
cp -a /usr/bin/$PKG-status "$DIR/.$PKG"
|
||||||
|
cp -a /usr/bin/$PKG-janitor "$DIR/.$PKG"
|
||||||
|
|
||||||
# Generate the monolithic profile
|
# Generate the monolithic profile
|
||||||
header > "$PROFILE"
|
header > "$PROFILE"
|
||||||
sources >> "$PROFILE"
|
sources >> "$PROFILE"
|
||||||
cp /etc/$PKG/statusrc > "$STATUS"
|
cat /etc/$PKG/statusrc > "$STATUS"
|
||||||
|
|
||||||
# Some gardening
|
# Some gardening
|
||||||
# Drop additional "source" calls
|
# Drop additional "source" calls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue