commit: fd54868e3b8f79debebc014db99616413971a242 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sat May 11 14:39:37 2024 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sat May 11 14:41:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd54868e
app-misc/g15daemon: fix location of Perl bindings within S Invoking maintainer time-out, as the problem was originally reported almost 2 years ago. Closes: https://bugs.gentoo.org/854819 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild | 4 ++-- app-misc/g15daemon/g15daemon-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild b/app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild index 660ce78c17cd..97808207a322 100644 --- a/app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild +++ b/app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -66,7 +66,7 @@ src_unpack() { fi if use perl ; then - unpack "./${P}/lang-bindings/perl-G15Daemon-0.2.tar.gz" + unpack "${S}"/contrib/lang-bindings/perl-G15Daemon-0.2.tar.gz fi } diff --git a/app-misc/g15daemon/g15daemon-9999.ebuild b/app-misc/g15daemon/g15daemon-9999.ebuild index 0e442d9fbcdc..e063bae8d4ca 100644 --- a/app-misc/g15daemon/g15daemon-9999.ebuild +++ b/app-misc/g15daemon/g15daemon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -66,7 +66,7 @@ src_unpack() { fi if use perl ; then - unpack "./${P}/lang-bindings/perl-G15Daemon-0.2.tar.gz" + unpack "${S}"/contrib/lang-bindings/perl-G15Daemon-0.2.tar.gz fi }