diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-02-22 16:05:05 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-02-22 16:05:05 -0800 |
| commit | 96360428586f3d5722bb9fdc9baf1b1cc0b5dbc6 (patch) | |
| tree | c2df717d1dfdf75ec649e673f9f80ad6533df66e /Makefile | |
| parent | d7e6159eb855578142b19d4becadadc5c55e32ca (diff) | |
Initial working version using globbing.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |
