abuild: set arch to noarch for -doc packages

This commit is contained in:
Natanael Copa 2010-12-30 10:39:40 +00:00
parent 5e41f09733
commit 650c0344ff
1 changed files with 1 additions and 0 deletions

View File

@ -672,6 +672,7 @@ default_doc() {
depends="$depends_doc"
install="$install_doc"
triggers="$triggers_doc"
arch=${arch_doc:-"noarch"}
local i
for i in doc man info html sgml licenses gtk-doc; do
if [ -d "$pkgdir/usr/share/$i" ]; then