diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -476,6 +476,10 @@ prepare_subpackages() { echo "$i" | sed 's/^/ /' return 1 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?" + fi } default_lang() { |