abuild: fix typo and prettify warning message
This commit is contained in:
parent
57e05c4c01
commit
36c87807d2
@ -489,7 +489,8 @@ prepare_subpackages() {
|
|||||||
fi
|
fi
|
||||||
# post check for /usr/share/locale
|
# post check for /usr/share/locale
|
||||||
if [ -d "$pkgdir"/usr/share/locale ]; then
|
if [ -d "$pkgdir"/usr/share/locale ]; then
|
||||||
warning "Found /usr/share/local. Maybe add \$pkgname-lang to subpackages?"
|
warning "Found /usr/share/locale"
|
||||||
|
warning "Maybe add \$pkgname-lang to subpackages?"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user