www-apps/misskey: use unpacker
continuous-integration/drone/push Build is passing Details

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-02-24 14:46:36 +01:00
parent 2e2a270345
commit 420cf4f966
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
inherit optfeature savedconfig
inherit optfeature savedconfig unpacker
# NOTE: check for updates on each bump
MY_COMMIT_ASSETS="0179793ec891856d6f37a3be16ba4c22f67a81b5"
@ -65,7 +65,7 @@ pkg_setup() {
}
src_unpack() {
default
unpacker_src_unpack
mv --no-target-directory assets-${MY_COMMIT_ASSETS} ${P}/${PN}-assets \
|| die "Could not move assets"
mv --no-target-directory emojis-${MY_COMMIT_EMOJIS} ${P}/fluent-emojis \