diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-05-11 15:39:37 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-05-11 15:41:34 +0100 |
commit | fd54868e3b8f79debebc014db99616413971a242 (patch) | |
tree | 8a2123b7381404714087c993479c5a1f1884d094 /app-misc/g15daemon | |
parent | app-containers/aardvark-dns: Stabilize 1.10.0 amd64, #931758 (diff) | |
download | gentoo-fd54868e3b8f79debebc014db99616413971a242.tar.gz gentoo-fd54868e3b8f79debebc014db99616413971a242.tar.bz2 gentoo-fd54868e3b8f79debebc014db99616413971a242.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc/g15daemon')
-rw-r--r-- | app-misc/g15daemon/g15daemon-3.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 } |