Skip to content

Commit

Permalink
Merge pull request #27 from puremourning/azure-release
Browse files Browse the repository at this point in the history
Fix package path again
  • Loading branch information
mergify[bot] authored May 18, 2019
2 parents 72b8ec3 + b0b4933 commit 85ea343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions make_package
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ PACK=${ROOT}/package/${OS}

mkdir -p ${PACK}
pushd ${PACK}
mkdir -p vimspector/opt
mkdir -p vimspector/start
pushd vimspector/opt
mkdir -p vimspector/opt/vimspector
pushd vimspector/opt/vimspector
for d in autoload plugin python3 vendor doc; do
if [[ -d ${ROOT}/$d ]]; then
cp -r ${ROOT}/$d .
Expand Down

0 comments on commit 85ea343

Please sign in to comment.