www-apps/misskey: fix emoji dir name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
142a1a2887
commit
658b90d94c
@ -60,7 +60,7 @@ src_unpack() {
|
|||||||
default
|
default
|
||||||
mv --no-target-directory assets-${MY_COMMIT_ASSETS} ${P}/${PN}-assets \
|
mv --no-target-directory assets-${MY_COMMIT_ASSETS} ${P}/${PN}-assets \
|
||||||
|| die "Could not move 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"
|
|| die "Could not move emojis"
|
||||||
mv packages-cache "${T}"/ || die "Could not move packages cache"
|
mv packages-cache "${T}"/ || die "Could not move packages cache"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user