aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 21:53:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 21:53:14 -0700
commit16b1674d3014b8001de496a2f54c3715aac72ec2 (patch)
treee3c7737c799fade230430ab7c8acb0f2c45b54ac /appveyor.yml
parent7886ddd1c387721f7f8814c1e9b07e2eb760c200 (diff)
downloadpandoc-16b1674d3014b8001de496a2f54c3715aac72ec2.tar.gz
appveyor - Remove -p from mkdir.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7e92777b3..b93385b31 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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\ " &&