1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-14 04:58:28 +03:00

travis: use variable to avoid one call

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-05-20 15:48:05 +02:00
parent 9fd1a0babd
commit f7ebc1e298

View File

@ -43,7 +43,7 @@ apt-get build-dep systemd -y
apt-get install -y "${PACKAGES[@]}"
pip3 install meson
cd ${REPO_ROOT:-$(pwd)}
cd ${REPO_ROOT:-$PWD}
sed -i 's/2\.30/2.27/' meson.build