3
0
Fork 0

Merge pull request #219 from kiwix/new_dep_archive_root

New deps archives now contains the BUILD_ directory
fix-bug-pid
Matthieu Gautier 7 years ago committed by GitHub
commit 0785636ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,4 @@ sudo cp ninja /bin
# Dependencies comming from kiwix-build.
cd ${HOME}
wget http://tmp.kiwix.org/ci/${ARCHIVE_NAME}
mkdir -p BUILD_${PLATFORM}
cd BUILD_${PLATFORM}
tar xf ${HOME}/${ARCHIVE_NAME}

Loading…
Cancel
Save