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:
parent
9fd1a0babd
commit
f7ebc1e298
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user