Fixed uninstall
This commit is contained in:
parent
0c1b3d429a
commit
4e09df7310
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ uninstall:
|
|||||||
fi; \
|
fi; \
|
||||||
if [[ ! $$prefix ]]; then prefix="/usr/local"; fi; \
|
if [[ ! $$prefix ]]; then prefix="/usr/local"; fi; \
|
||||||
echo $$'\033[1mDeleting...\033[0m'; \
|
echo $$'\033[1mDeleting...\033[0m'; \
|
||||||
rm -rvf $$prefix/bin/nowopen $$prefix/share/man/man1/doc/nowopen.1; \
|
rm -rvf $$prefix/bin/nowopen $$prefix/share/man/man1/nowopen.1; \
|
||||||
xdg_data_home=$$XDG_DATA_HOME; \
|
xdg_data_home=$$XDG_DATA_HOME; \
|
||||||
if [[ ! $$xdg_data_home ]]; then xdg_data_home="~/.local/share"; fi; \
|
if [[ ! $$xdg_data_home ]]; then xdg_data_home="~/.local/share"; fi; \
|
||||||
echo $$'\033[1mUninstallation complete.\033[0m'; \
|
echo $$'\033[1mUninstallation complete.\033[0m'; \
|
||||||
|
Loading…
Reference in New Issue
Block a user