net-misc/gemserv: Work around repoman warning.

repoman warned about allegedly unquoted variables.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-01-05 19:00:01 +01:00
parent cfe489148f
commit 7fcb00bec6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -108,7 +108,7 @@ S="${WORKDIR}/${PN}-v${PV}"
src_prepare() {
# Fix paths in systemd unit.
sed -i "s@/path/to/bin /path/to/config@${EPREFIX}/usr/bin/gemserv ${EPREFIX}/etc/gemserv/config.toml@" \
sed -i 's@/path/to/bin /path/to/config@'"${EPREFIX}"'/usr/bin/gemserv '"${EPREFIX}"'/etc/gemserv/config.toml@' \
init-scripts/gemserv.service || die
# Fix paths in config.