avahi-glib-libs: fix msg_error.
This commit is contained in:
parent
500bd0b581
commit
a1734e6324
|
@ -32,7 +32,7 @@ depends="avahi>=$version python avahi-python>=$version dbus-python pygtk desktop
|
|||
pycompile_module="avahi_discover"
|
||||
|
||||
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
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue