coturn: fix 32bit cross build
This commit is contained in:
parent
47f97c8a05
commit
70f4463295
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ system_accounts="_coturn"
|
|||
|
||||
post_install() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
mv ${DESTDIR}/tmp ${DESTDIR}/usr
|
||||
vmkdir usr
|
||||
mv -v ${DESTDIR}/tmp/* ${DESTDIR}/usr
|
||||
fi
|
||||
vlicense LICENSE
|
||||
vsv coturnserver
|
||||
|
|
Loading…
Reference in a new issue