med: correctly set med-doc to be noarch
This commit is contained in:
parent
bf7b706263
commit
ded2153946
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'med'
|
||||
pkgname=med
|
||||
version=4.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-swig=yes --includedir=/usr/include/med"
|
||||
pycompile_module=med
|
||||
|
@ -36,7 +36,7 @@ libmed_package() {
|
|||
|
||||
med-doc_package() {
|
||||
short_desc+=" - Documentation"
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmove usr/share/doc/med
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue