mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-build/steve: tweak pkg_postinst instructions
* Use `systemd enable --now` instead of 2 commands * Grammar tweaks Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
a0b8ff5532
commit
eaa08124c4
@ -43,10 +43,9 @@ pkg_postinst() {
|
||||
|
||||
if ! grep -q -s -R -- '--jobserver-auth=fifo:/dev/steve' "${EROOT}"/etc/portage/make.conf
|
||||
then
|
||||
elog "In order to use system-wide steve instance, enable the service:"
|
||||
elog "In order to use the system-wide steve instance, enable the service:"
|
||||
elog
|
||||
elog " systemctl enable steve"
|
||||
elog " systemctl start steve"
|
||||
elog " systemctl enable --now steve"
|
||||
elog
|
||||
elog "Then add to your make.conf:"
|
||||
elog
|
||||
@ -54,7 +53,7 @@ pkg_postinst() {
|
||||
elog ' NINJAOPTS=""'
|
||||
elog
|
||||
elog "You can use -l in NINJAOPTS but *do not* use -j, as it disables"
|
||||
elog "job server support."
|
||||
elog "jobserver support."
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@ -40,10 +40,9 @@ pkg_postinst() {
|
||||
|
||||
if ! grep -q -s -R -- '--jobserver-auth=fifo:/dev/steve' "${EROOT}"/etc/portage/make.conf
|
||||
then
|
||||
elog "In order to use system-wide steve instance, enable the service:"
|
||||
elog "In order to use the system-wide steve instance, enable the service:"
|
||||
elog
|
||||
elog " systemctl enable steve"
|
||||
elog " systemctl start steve"
|
||||
elog " systemctl enable --now steve"
|
||||
elog
|
||||
elog "Then add to your make.conf:"
|
||||
elog
|
||||
@ -51,7 +50,7 @@ pkg_postinst() {
|
||||
elog ' NINJAOPTS=""'
|
||||
elog
|
||||
elog "You can use -l in NINJAOPTS but *do not* use -j, as it disables"
|
||||
elog "job server support."
|
||||
elog "jobserver support."
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user