abuild: fix typo and prettify warning message

This commit is contained in:
Natanael Copa 2011-12-14 10:52:54 +01:00
parent 57e05c4c01
commit 36c87807d2

View File

@ -489,7 +489,8 @@ prepare_subpackages() {
fi
# post check for /usr/share/locale
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
}