appveyor - Remove -p from mkdir.

This commit is contained in:
John MacFarlane 2018-09-25 21:53:14 -07:00
parent 7886ddd1c3
commit 16b1674d30

View file

@ -86,7 +86,7 @@ test_script:
# see https://github.com/haskell/cabal/issues/5516
- if "%BUILD_TYPE%" == "cabal" (
cabal --version &&
mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db &&
mkdir "%CABAL_STORE%"/ghc-8.6.1/package.db &&
cabal --store-dir="%CABAL_STORE%" new-update &&
cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc &&
forfiles /P .\dist-newstyle /M pandoc.exe /C "cmd /C cp @file .\windows\ " &&