diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-14 13:42:28 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-14 13:49:12 +0200 |
commit | 0a130acc3aa3d1e4f4ff3ffbc463e3284abeb04f (patch) | |
tree | 4025eed87a0ebed50e4ef6f4ff58951c2d5f04a7 /gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild | |
parent | x11-libs/libdockapp: clean libtool files on install (diff) | |
download | gentoo-0a130acc3aa3d1e4f4ff3ffbc463e3284abeb04f.tar.gz gentoo-0a130acc3aa3d1e4f4ff3ffbc463e3284abeb04f.tar.bz2 gentoo-0a130acc3aa3d1e4f4ff3ffbc463e3284abeb04f.zip |
gnustep-base/gnustep-updater: update functions.sh path
Closes: https://bugs.gentoo.org/721670
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild')
-rw-r--r-- | gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
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 |