mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/forgejo-runner: fix sed typo
Fixes: cb6a910c88
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ src_prepare() {
|
||||
-e "/ExecStart=/s#=.*#=${EPREFIX}/usr/bin/forgejo-runner daemon -c %h/runner-config.yml#g" \
|
||||
-e "/ExecReload=/s#=#=${EPREFIX}#g" \
|
||||
-e "/User=/s#=.*#=${PN}#g" \
|
||||
-e '/WorkingDirectory=/s#=.*#/=~#g' \
|
||||
-e '/WorkingDirectory=/s#=.*#=~#g' \
|
||||
-i contrib/forgejo-runner.service || die
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ src_prepare() {
|
||||
-e "/ExecStart=/s#=.*#=${EPREFIX}/usr/bin/forgejo-runner daemon -c %h/runner-config.yml#g" \
|
||||
-e "/ExecReload=/s#=#=${EPREFIX}#g" \
|
||||
-e "/User=/s#=.*#=${PN}#g" \
|
||||
-e '/WorkingDirectory=/s#=.*#/=~#g' \
|
||||
-e '/WorkingDirectory=/s#=.*#=~#g' \
|
||||
-i contrib/forgejo-runner.service || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user