coturn: fix 32bit cross build

This commit is contained in:
John 2020-07-03 11:42:41 +02:00
parent 47f97c8a05
commit 70f4463295

View file

@ -25,7 +25,8 @@ system_accounts="_coturn"
post_install() { post_install() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
mv ${DESTDIR}/tmp ${DESTDIR}/usr vmkdir usr
mv -v ${DESTDIR}/tmp/* ${DESTDIR}/usr
fi fi
vlicense LICENSE vlicense LICENSE
vsv coturnserver vsv coturnserver