diff options
author | 2023-01-16 23:16:05 -0800 | |
---|---|---|
committer | 2023-01-16 23:16:05 -0800 | |
commit | 0465ebade20b8a31a5065f3516da1f8d1856a14f (patch) | |
tree | 350182790f1c6f6eb28d9cb7405e03d84f8c5d0b /sys-apps | |
parent | sys-apps/openSeaChest: rmdir || die, fix var order (diff) | |
download | guru-0465ebade20b8a31a5065f3516da1f8d1856a14f.tar.gz guru-0465ebade20b8a31a5065f3516da1f8d1856a14f.tar.bz2 guru-0465ebade20b8a31a5065f3516da1f8d1856a14f.zip |
sys-apps/openSeaChest: remove trailing spaces
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 4 |
1 files 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' |