Skip to content

Commit

Permalink
gnustep-base/gnustep-updater: update functions.sh path
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/721670
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
voyageur committed Jul 14, 2022
1 parent 5e6502f commit 0a130ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gnustep-base/gnustep-updater/gnustep-updater-0.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0a130ac

Please sign in to comment.