Skip to content

Commit

Permalink
Update AppVeyor command
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson authored and james-d-mitchell committed Nov 18, 2020
1 parent 56530a0 commit 3bfac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mkdir pkg
################################################################################
# Copy Digraphs to its proper location
if [ "$SETUP" == "appveyor" ]; then
cp -r /cygdrive/c/projects/digraphs $GAPROOT/pkg/digraphs
cp -r /cygdrive/c/projects/digraphs* $GAPROOT/pkg/digraphs
elif [ "$SETUP" == "travis" ]; then
mv $HOME/digraphs $GAPROOT/pkg/digraphs
fi
Expand Down

0 comments on commit 3bfac5e

Please sign in to comment.