* usr/lib/byobu/include/dirs.in:

- make the custom scripts bin dir
This commit is contained in:
Dustin Kirkland 2014-07-26 20:20:15 -05:00
commit 2e5d4a5208
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
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

View file

@ -40,7 +40,7 @@ else
# And to default to good old classic config dir location!
export BYOBU_CONFIG_DIR="$HOME/.$PKG"
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
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir"