sys-apps/openSeaChest: remove trailing spaces

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
This commit is contained in:
Artemis Everfree
2023-01-16 23:16:05 -08:00
parent 14b03387a5
commit 0465ebade2

View File

@@ -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'