tools-systemd: bump to 17.1 profiles

This commit is contained in:
Anthony G. Basile 2019-09-02 10:45:17 -04:00
parent 492aacba77
commit 3b930c42f6
3 changed files with 5 additions and 2 deletions

View file

@ -30,6 +30,9 @@ prepare_confs() {
-e "s:@REPO_DIR@:${repo_dir}:g" \
-e "s:MYCATALYST:$(pwd):g" \
> stage${s}-${arch}-systemd.conf
[[ $arch == i686 ]] && \
sed -i -e 's/17.1/17.0/' stage${s}-${arch}-systemd.conf
done
}