about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-09-08 18:42:55 +0200
committerLars Hjemli <hjemli@gmail.com>2007-09-08 18:42:55 +0200
commit6bfed7d23326899554f883cf681fc6182684a978 (patch)
treef5baadea1a430eeb7d05fca00fe2d607597b6271 /Makefile
parentRevert "Makefile: add missing references to DESTDIR" (diff)
downloadcgit-pink-6bfed7d23326899554f883cf681fc6182684a978.tar.gz
cgit-pink-6bfed7d23326899554f883cf681fc6182684a978.zip
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 <sfiera@macports.org>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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