the repository which powers this website
Revert part of "Makefile: add support for DESTDIR"
This removes my editing on the patch received by Chris Pickel, as I didn't understand the purpose of DESTDIR. Noticed-by: Chris Pickel <[email protected]> Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-09-08
parent 152c5e2 · commit 6bfed7d
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3c0dd5f1..899daf20 100644
--- a/Makefile
+++ b/Makefile
@@ -56,9 +56,9 @@ install: all
rm -rf $(DESTDIR)$(CACHE_ROOT)/*
uninstall:
- rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)
- rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/cgit.css
- rm -rf $(DESTDIR)$(CACHE_ROOT)
+ rm -f $(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)
+ rm -f $(CGIT_SCRIPT_PATH)/cgit.css
+ rm -rf $(CACHE_ROOT)
clean:
rm -f cgit VERSION *.o