fix byobu-export for the recent changes

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-19 19:24:22 -05:00
commit 3951648e85

View file

@ -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