aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-05 16:47:35 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-05 16:47:35 -0800
commit4e09df7310729466a33def66880c117c1fba9817 (patch)
tree7f725bb55a0d017874c240f440ffe4d3db019c81 /Makefile
parent0c1b3d429a03897f3551912cf93a317bcb1c603a (diff)
Fixed uninstall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc74b7b..c4f90b6 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ uninstall:
fi; \
if [[ ! $$prefix ]]; then prefix="/usr/local"; fi; \
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; \
if [[ ! $$xdg_data_home ]]; then xdg_data_home="~/.local/share"; fi; \
echo $$'\033[1mUninstallation complete.\033[0m'; \