installcheck: Don't depend on install

This is a hack to prevent "installcheck" from clobbering files fixed
up by Nixpkgs' fixupPhase.
This commit is contained in:
Eelco Dolstra 2014-02-01 15:33:27 +01:00
parent 1eff3ad37f
commit 28dc488335
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ define run-install-test =
endef
installcheck: install
installcheck:
@total=0; failed=0; for i in $(_installcheck-list); do \
total=$$((total + 1)); \
echo "running test $$i"; \