playonlinux: don't error when setting broken=
This commit is contained in:
parent
4b4ced9e6e
commit
1524bbe8e4
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ license="GPL-3"
|
||||||
homepage="http://www.playonlinux.com"
|
homepage="http://www.playonlinux.com"
|
||||||
distfiles="http://www.playonlinux.com/script_files/PlayOnLinux/${version/.0/}/PlayOnLinux_${version/.0/}.tar.gz"
|
distfiles="http://www.playonlinux.com/script_files/PlayOnLinux/${version/.0/}/PlayOnLinux_${version/.0/}.tar.gz"
|
||||||
checksum=38cbdc85cca83b72ed0e54ee3a768f939fefe29d3670fc5d76b0303b5bda680e
|
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() {
|
do_install() {
|
||||||
vmkdir usr/share/$pkgname
|
vmkdir usr/share/$pkgname
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue