diff options
-rw-r--r-- | app-crypt/eobcanka/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild (renamed from app-crypt/eobcanka/eobcanka-3.1.3.ebuild) | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/eobcanka/Manifest b/app-crypt/eobcanka/Manifest index 5407180..fb27825 100644 --- a/app-crypt/eobcanka/Manifest +++ b/app-crypt/eobcanka/Manifest @@ -1 +1 @@ -DIST eobcanka-3.1.3.deb 87168072 SHA256 f43a160e7e915164a7ea2f0f06dc30de68689053819d075e3672a9c239942795 SHA512 3820da2f4e464a971bfe9b4e25fc819c531a5dd818415dfe4d35b6857e0893b9921d3265cc99c57bd5ebe05e5105dd80ce548d1ebc0e2291b5b6efd2d58ed328 WHIRLPOOL 188c91bf5bf6efe72c28a0722363d2efa7a27138b46d72c99e00085668af03976ff4ee9372938c5c2b7c401f0b41aa79496ff3ca8e1d1265417dbd7c16b78903 +DIST eobcanka-3.1.3.150.deb 87168072 SHA256 f43a160e7e915164a7ea2f0f06dc30de68689053819d075e3672a9c239942795 SHA512 3820da2f4e464a971bfe9b4e25fc819c531a5dd818415dfe4d35b6857e0893b9921d3265cc99c57bd5ebe05e5105dd80ce548d1ebc0e2291b5b6efd2d58ed328 WHIRLPOOL 188c91bf5bf6efe72c28a0722363d2efa7a27138b46d72c99e00085668af03976ff4ee9372938c5c2b7c401f0b41aa79496ff3ca8e1d1265417dbd7c16b78903 diff --git a/app-crypt/eobcanka/eobcanka-3.1.3.ebuild b/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild index e066bd4..d768d84 100644 --- a/app-crypt/eobcanka/eobcanka-3.1.3.ebuild +++ b/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,10 +16,10 @@ KEYWORDS="~amd64" S="${WORKDIR}" src_unpack() { - unpack_deb ${A} + unpack_deb ${A} } - + src_install() { - cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed" - cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed" + cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed" + cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed" } |