From: Lars Hjemli Date: Sat, 8 Sep 2007 16:42:55 +0000 (+0200) Subject: Revert part of "Makefile: add support for DESTDIR" X-Git-Tag: v0.6.2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bfed7d23326899554f883cf681fc6182684a978;p=cgit 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 --- 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