[Vimprobable-users] [PATCH] respect DESTDIR in 'make uninstall'
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hans-Peter D. <hpd...@gm...> - 2011-09-22 18:45:04
|
--- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 7fa386e..5403a78 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ clean: -rm -f $(CLEAN) install: $(addprefix $(DESTDIR)/,$(INSTALL)) uninstall: - rm -f $(INSTALL) + rm -f $(addprefix $(DESTDIR)/,$(INSTALL)) # pattern rule to inslall executabels $(DESTDIR)/$(BINDIR)/%: ./% -- 1.7.3.4 |