commit: 0465ebade20b8a31a5065f3516da1f8d1856a14f Author: Artemis Everfree <artemis <AT> artemis <DOT> sh> AuthorDate: Tue Jan 17 07:16:05 2023 +0000 Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh> CommitDate: Tue Jan 17 07:16:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0465ebad
sys-apps/openSeaChest: remove trailing spaces Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh> sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild index 1881c1951..0ba9b5dc4 100644 --- a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild +++ b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild @@ -27,9 +27,9 @@ src_prepare() { # Move over submodules, because the upstream tar doesn't have them. mkdir -p "${S}"/'subprojects' - rmdir "${S}"/'subprojects/opensea-common' || die + rmdir "${S}"/'subprojects/opensea-common' || die mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common' - rmdir "${S}"/'subprojects/opensea-operations' || die + rmdir "${S}"/'subprojects/opensea-operations' || die mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations' rmdir "${S}"/'subprojects/opensea-transport' || die mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport'