From fd54868e3b8f79debebc014db99616413971a242 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sat, 11 May 2024 15:39:37 +0100 Subject: 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 --- app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild | 4 ++-- app-misc/g15daemon/g15daemon-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-misc/g15daemon') 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 } -- cgit v1.2.3-65-gdbad