Don't special-case the "master" branch during branch delete
[stgit] / Makefile
index 8671209..c890b8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all:
        $(PYTHON) setup.py build
 
 install:
-       $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR)
+       $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --force
 
 doc:
        cd Documentation && $(MAKE) all