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