From ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 29 Feb 2020 18:01:47 +0000 Subject: gentoo (leap year) resync : 29.02.2020 --- dev-util/patchbin/patchbin-20160208.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-util/patchbin/patchbin-20160208.ebuild') diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild index 37723059a047..dc1c6612f55f 100644 --- a/dev-util/patchbin/patchbin-20160208.ebuild +++ b/dev-util/patchbin/patchbin-20160208.ebuild @@ -30,18 +30,18 @@ RDEPEND=" sys-devel/patch " -src_prepare(){ +src_prepare() { mv patches/gitapply.sh ${PN} || die sed -E -i "s/(\.\/)?gitapply(\.sh)?/${PN}/g" ${PN} || die default } -src_install(){ +src_install() { exeinto /usr/bin/ doexe ${PN} } -pkg_postinst(){ +pkg_postinst() { einfo "${PN} can optionally use dev-util/git to apply patches if installed." } -- cgit v1.2.3