diff options
author | Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> | 2024-10-25 18:44:35 -0500 |
---|---|---|
committer | Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> | 2024-10-25 18:44:35 -0500 |
commit | 9c014ad3bda2db54a90f0fdfd19cc48147708c0f (patch) | |
tree | e8c0eacef58a881f4470e51e9fd8fa052515248a /dev-games/redot/redot-4.3_beta.ebuild | |
parent | 0b3736384e161979bbece08093c8fc600ff78efb (diff) | |
download | mcdubh-overlay-9c014ad3bda2db54a90f0fdfd19cc48147708c0f.tar.gz |
issues with bin build + manifests.
Diffstat (limited to 'dev-games/redot/redot-4.3_beta.ebuild')
-rw-r--r-- | dev-games/redot/redot-4.3_beta.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-games/redot/redot-4.3_beta.ebuild b/dev-games/redot/redot-4.3_beta.ebuild index c6f7eea..821bb56 100644 --- a/dev-games/redot/redot-4.3_beta.ebuild +++ b/dev-games/redot/redot-4.3_beta.ebuild @@ -74,8 +74,7 @@ BDEPEND=" src_unpack() { unpack ${P}.tar.gz - mv redot-engine-2024101114/ ${P} - #mv ${P}/redot.linuxbsd.editor.x86_64 ${P}/${P} + mv redot-engine-redot-4.3-beta.1/ ${P}/ } |