diff --git a/static/meson.build b/static/meson.build index 0682110..b7b3328 100644 --- a/static/meson.build +++ b/static/meson.build @@ -1,4 +1,4 @@ -res_compiler = find_program('compile_resources.py') +res_compiler = find_program('kiwix-compile-resources', 'compile_resources.py') subdir('server') diff --git a/travis/install_deps.sh b/travis/install_deps.sh index ce1cd71..cdf166b 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -29,7 +29,7 @@ esac sudo apt-get update -qq sudo apt-get install -qq python3-pip ${PACKAGES} -pip3 install meson +sudo pip3 install meson # Ninja cd $HOME