curl: move aclocal files to -devel.

This commit is contained in:
Juan RP 2014-07-17 09:05:18 +02:00
parent b600ac3fd9
commit cee63f77bb
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'curl'.
pkgname=curl
version=7.37.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-ldaps --without-gssapi
--enable-threaded-resolver --enable-ipv6
@ -34,5 +34,6 @@ libcurl-devel_package() {
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
vmove usr/share/aclocal
}
}