Straightforward binary removal

Remove binary using the full path instead of jumping to directory.
This commit is contained in:
Miodrag Tokić 2019-02-03 18:06:31 +01:00
parent 94ea505dbd
commit 190ae631e5

View file

@ -22,9 +22,7 @@ install:
@$(TASK_DONE)
uninstall:
test -d $(PREFIX)/bin && \
cd $(PREFIX)/bin && \
rm -f git-quick-stats && \
rm -f $(PREFIX)/bin/git-quick-stats
git config --global --unset alias.quick-stats
@$(TASK_DONE)