X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=bindisttest%2Fghc.mk;h=a3e97b08f150ee58bf31b97b22534d81947ff6dc;hb=6b89acb468c0db3337b831790f96bee4d9b54bfe;hp=4be2166217845391cea0dca976758bf172b1ade1;hpb=414929e778330a743aed4fd3bb5e6968ef564c7b;p=ghc-hetmet.git diff --git a/bindisttest/ghc.mk b/bindisttest/ghc.mk index 4be2166..a3e97b0 100644 --- a/bindisttest/ghc.mk +++ b/bindisttest/ghc.mk @@ -31,6 +31,7 @@ test_bindist: # c:/foo is a remote file), so it's safer to bzip and then pipe into # tar rather than using tar -xjf: cd bindisttest/a/b/c/ && $(BZIP2_CMD) -cd ../../../../$(BIN_DIST_TEST_TAR_BZ2) | $(TAR_CMD) -xf - + $(SHELL) bindisttest/checkBinaries.sh $(ProjectVersion) ifeq "$(Windows)" "YES" mv bindisttest/a/b/c/$(BIN_DIST_NAME) $(BIN_DIST_INST_DIR) else