diff --git a/debian/changelog b/debian/changelog index cff472d4..bac61944 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 26 Jul 2014 16:13:23 -0500 diff --git a/usr/lib/byobu/include/dirs.in b/usr/lib/byobu/include/dirs.in index 8821bacd..7f12fed9 100755 --- a/usr/lib/byobu/include/dirs.in +++ b/usr/lib/byobu/include/dirs.in @@ -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"