mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/lib/byobu/include/dirs.in:
- make the custom scripts bin dir
This commit is contained in:
parent
c9e82fd27e
commit
2e5d4a5208
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (5.84) unreleased; urgency=medium
|
byobu (5.84) unreleased; urgency=medium
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/lib/byobu/include/dirs.in:
|
||||||
|
- make the custom scripts bin dir
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 26 Jul 2014 16:13:23 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 26 Jul 2014 16:13:23 -0500
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ else
|
||||||
# And to default to good old classic config dir location!
|
# And to default to good old classic config dir location!
|
||||||
export BYOBU_CONFIG_DIR="$HOME/.$PKG"
|
export BYOBU_CONFIG_DIR="$HOME/.$PKG"
|
||||||
fi
|
fi
|
||||||
[ -d "$BYOBU_CONFIG_DIR" ] || mkdir -p "$BYOBU_CONFIG_DIR"
|
[ -d "$BYOBU_CONFIG_DIR" ] || mkdir -p "$BYOBU_CONFIG_DIR/bin"
|
||||||
|
|
||||||
# Grab the global, then local socket directory
|
# Grab the global, then local socket directory
|
||||||
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir"
|
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue