Merge pull request #78 from kiwix/patch-1

Look for renamed kiwix-compile-resources script as well
This commit is contained in:
Matthieu Gautier 2017-09-27 19:15:57 +02:00 committed by GitHub
commit a2627e81c4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
res_compiler = find_program('compile_resources.py') res_compiler = find_program('kiwix-compile-resources', 'compile_resources.py')
subdir('server') subdir('server')

View File

@ -29,7 +29,7 @@ esac
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq python3-pip ${PACKAGES} sudo apt-get install -qq python3-pip ${PACKAGES}
pip3 install meson sudo pip3 install meson
# Ninja # Ninja
cd $HOME cd $HOME