tools-systemd: fix bug #653128

This commit is contained in:
Anthony G. Basile 2018-04-28 19:28:19 -04:00
parent 6286776992
commit 6ca51d9ebe
6 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@ prepare_confs() {
-e "s:SARCH:${arch}:g" \
-e "s:PARCH:${parch}:g" \
-e "s:@REPO_DIR@:${repo_dir}:g" \
-e "s:MYCATALYST:$(pwd):g" \
> stage${s}-${arch}-systemd.conf
done
}