Skip to content

Commit

Permalink
config-lib: change default of BEE_REPOSITORY_PREFIX for users
Browse files Browse the repository at this point in the history
built-in default value of BEE_REPOSITORY_PREFIX for users changed

from XDG_DATA_HOME/beeroot
  to HOME/.local/src/bee
  • Loading branch information
mariux committed Feb 7, 2012
1 parent f5c3502 commit 2fd256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beelib.config.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function config_verify_builtin_config() {
: ${BEE_METADIR=${BEE_XDG_DATADIR}/bee}
: ${BEE_CACHEDIR=/var/cache/bee}
else # user
: ${BEE_REPOSITORY_PREFIX=${XDG_DATA_HOME}/beeroot}
: ${BEE_REPOSITORY_PREFIX=${HOME}/.local/src/bee}
: ${BEE_METADIR=${XDG_DATA_HOME}/bee}
: ${BEE_CACHEDIR=${XDG_CACHE_HOME}/bee}
fi
Expand Down

0 comments on commit 2fd256b

Please sign in to comment.