From 5c7b1e03c1a9a3405608a78c11823048a3f3ea2f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 20 Jun 2014 23:13:30 -0400 Subject: fiddle with file locations I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid. --- src/lib/conf.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/lib/conf.sh') diff --git a/src/lib/conf.sh b/src/lib/conf.sh index 1aa7b56..df189a2 100644 --- a/src/lib/conf.sh +++ b/src/lib/conf.sh @@ -51,13 +51,9 @@ list_files() { echo "$LIBREHOME/.$slug.conf" fi ;; - xbs) - echo /etc/$slug.conf - echo "$XDG_CONFIG_HOME/$slug.conf" - ;; xbs*) - echo /etc/xbs.d/$slug.conf - echo "$XDG_CONFIG_HOME/xbs.d/$slug.conf" + echo /etc/xbs/$slug.conf + echo "$XDG_CONFIG_HOME/xbs/$slug.conf" ;; libretools) echo /etc/$slug.conf -- cgit v1.2.3-54-g00ecf