fixed bug that caused make install to fail on an existing install

This commit is contained in:
Guillaume Raffy 2019-10-08 16:41:30 +02:00
parent f7ad17f9e8
commit 1919e67e8c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ package: $(PACKAGE_FILE_PATH)
.PHONY: install
install: $(PACKAGE_FILE_PATH) install_ij_opencv
pushd $(FIJI_ROOT_PATH); unzip $(PACKAGE_FILE_PATH); popd
pushd $(FIJI_ROOT_PATH); unzip -o $(PACKAGE_FILE_PATH); popd
.PHONY: test0001
test0001: install