www-apps/misskey: fix emoji dir name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2023-01-16 18:05:00 +01:00
parent 142a1a2887
commit 658b90d94c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ src_unpack() {
default
mv --no-target-directory assets-${MY_COMMIT_ASSETS} ${P}/${PN}-assets \
|| die "Could not move assets"
mv --no-target-directory emojis-${MY_COMMIT_ASSETS} ${P}/fluent-emojis \
mv --no-target-directory emojis-${MY_COMMIT_EMOJIS} ${P}/fluent-emojis \
|| die "Could not move emojis"
mv packages-cache "${T}"/ || die "Could not move packages cache"
}