summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-05-24 00:19:57 +0200
committerLars Wendler <polynomial-c@gentoo.org>2021-05-24 00:20:50 +0200
commite721976ce64210ea848d1a1d0397796eb4a17976 (patch)
tree572426e6bccc99fe05468bcc318a05ddb3a4dad5 /sys-apps/fwupd
parentdev-libs/libcbor: Enable py3.9 (diff)
downloadgentoo-e721976ce64210ea848d1a1d0397796eb4a17976.tar.gz
gentoo-e721976ce64210ea848d1a1d0397796eb4a17976.tar.bz2
gentoo-e721976ce64210ea848d1a1d0397796eb4a17976.zip
sys-apps/fwupd: Revbumps to correctly name init scripts again
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/fwupd')
-rw-r--r--sys-apps/fwupd/fwupd-1.5.9-r1.ebuild (renamed from sys-apps/fwupd/fwupd-1.5.9.ebuild)2
-rw-r--r--sys-apps/fwupd/fwupd-1.6.0-r1.ebuild (renamed from sys-apps/fwupd/fwupd-1.6.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fwupd/fwupd-1.5.9.ebuild b/sys-apps/fwupd/fwupd-1.5.9-r1.ebuild
index c31e5bd7f8b0..6eff5c18b24e 100644
--- a/sys-apps/fwupd/fwupd-1.5.9.ebuild
+++ b/sys-apps/fwupd/fwupd-1.5.9-r1.ebuild
@@ -149,7 +149,7 @@ src_install() {
meson_src_install
if ! use minimal ; then
- doinitd "${FILESDIR}"/${PN}-r2
+ newinitd "${FILESDIR}"/${PN}-r2 ${PN}
if ! use systemd ; then
# Don't timeout when fwupd is running (#673140)
diff --git a/sys-apps/fwupd/fwupd-1.6.0.ebuild b/sys-apps/fwupd/fwupd-1.6.0-r1.ebuild
index 6d66480d42ed..ed555c82411d 100644
--- a/sys-apps/fwupd/fwupd-1.6.0.ebuild
+++ b/sys-apps/fwupd/fwupd-1.6.0-r1.ebuild
@@ -160,7 +160,7 @@ src_install() {
meson_src_install
if ! use minimal ; then
- doinitd "${FILESDIR}"/${PN}-r2
+ newinitd "${FILESDIR}"/${PN}-r2 ${PN}
if ! use systemd ; then
# Don't timeout when fwupd is running (#673140)