forked from tastytea/overlay
www-apps/misskey: fix emoji dir name
This commit is contained in:
parent
142a1a2887
commit
658b90d94c
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user