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() {
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue