From 6bfed7d23326899554f883cf681fc6182684a978 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 8 Sep 2007 18:42:55 +0200 Subject: 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 Signed-off-by: Lars Hjemli --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3c0dd5f..899daf2 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 -- cgit v1.2.3-59-g8ed1b