avahi-glib-libs: fix msg_error.
This commit is contained in:
parent
500bd0b581
commit
a1734e6324
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ depends="avahi>=$version python avahi-python>=$version dbus-python pygtk desktop
|
||||||
pycompile_module="avahi_discover"
|
pycompile_module="avahi_discover"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
msg_error "$pkgver: this package is not cross buildable currently.\n"
|
msg_error "${pkgname}-${version}: this package is not cross buildable currently.\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue