playonlinux: don't error when setting broken=

This commit is contained in:
Michael Gehring 2017-11-27 14:47:24 +00:00
parent 4b4ced9e6e
commit 1524bbe8e4

View file

@ -12,7 +12,10 @@ license="GPL-3"
homepage="http://www.playonlinux.com"
distfiles="http://www.playonlinux.com/script_files/PlayOnLinux/${version/.0/}/PlayOnLinux_${version/.0/}.tar.gz"
checksum=38cbdc85cca83b72ed0e54ee3a768f939fefe29d3670fc5d76b0303b5bda680e
[ "${CROSS_BUILD}" ] && broken="Dependency wxPython can't be cross compiled"
if [ -n "${CROSS_BUILD}" ]; then
broken="Dependency wxPython can't be cross compiled"
fi
do_install() {
vmkdir usr/share/$pkgname