commit: 0a130acc3aa3d1e4f4ff3ffbc463e3284abeb04f Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Thu Jul 14 11:42:28 2022 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Thu Jul 14 11:49:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a130acc
gnustep-base/gnustep-updater: update functions.sh path Closes: https://bugs.gentoo.org/721670 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild b/gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild index c03c159ce0b4..fdf837fd0ec1 100644 --- a/gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild +++ b/gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,13 @@ RDEPEND="app-misc/pax-utils >=gnustep-base/gnustep-make-2.6.0" DEPEND="${RDEPEND}" +src_prepare() { + default + + sed -e "s#/etc/init.d/functions.sh#/lib/gentoo/functions.sh#" \ + -i gnustep-updater || die +} + src_install() { dosbin gnustep-updater doman gnustep-updater.1
