playonlinux: don't error when setting broken=
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user