Skip to content

Commit

Permalink
Fix output paths on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 4, 2019
1 parent cf52383 commit 8e33c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pack_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# set KLUSOLVE_TAG=$TRAVIS_TAG
# fi

mkdir -p release/klusolve/lib
cp -R lib/ release/klusolve/lib/
mkdir -p release/klusolve
cp -R lib release/klusolve/
cp -R include release/klusolve/
cp LICENSE release/klusolve/
cp README.md release/klusolve/
Expand Down

0 comments on commit 8e33c20

Please sign in to comment.