curl: move aclocal files to -devel.
This commit is contained in:
parent
b600ac3fd9
commit
cee63f77bb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'curl'.
|
# Template build file for 'curl'.
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.37.1
|
version=7.37.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-ldaps --without-gssapi
|
configure_args="--disable-ldaps --without-gssapi
|
||||||
--enable-threaded-resolver --enable-ipv6
|
--enable-threaded-resolver --enable-ipv6
|
||||||
|
@ -34,5 +34,6 @@ libcurl-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue