diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-09-08 18:42:55 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-09-08 18:42:55 +0200 | 
| commit | 6bfed7d23326899554f883cf681fc6182684a978 (patch) | |
| tree | f5baadea1a430eeb7d05fca00fe2d607597b6271 | |
| parent | Revert "Makefile: add missing references to DESTDIR" (diff) | |
| download | cgit-6bfed7d23326899554f883cf681fc6182684a978.tar.gz cgit-6bfed7d23326899554f883cf681fc6182684a978.tar.bz2 cgit-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 '')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -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 | 
