From 96360428586f3d5722bb9fdc9baf1b1cc0b5dbc6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 22 Feb 2020 16:05:05 -0800 Subject: Initial working version using globbing. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a5ec0a4..e215440 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,6 @@ uninstall: fi; \ [ ! "$$prefix" ] && prefix="/usr/local"; \ [ ! "$$sysconfdir" ] && sysconfdir=/etc; \ - [ ! "$$XDG_CONFIG_HOME" ] && XDG_CONFIG_HOME=~/.config; \ echo "Deleting..."; \ rm -rvf "$$prefix/bin/$(NAME)" "$$prefix/share/man/man1/$(NAME).1" "$$sysconfdir/xdg/bb"; \ printf "\033[1mIf you created any config files in ~/.config/bb, you may want to delete them manually.\033[0m" -- cgit v1.2.3