apr: fix build

This commit is contained in:
ojab 2013-04-19 10:20:17 +04:00
parent 14023125e4
commit c6b70477f5

View file

@ -23,7 +23,8 @@ apr-devel_package() {
vmove usr/include vmove usr/include
vmove usr/bin vmove usr/bin
vmove usr/share vmove usr/share
vmove "usr/lib/*.{a,exp}" vmove "usr/lib/*.a"
vmove "usr/lib/*.exp"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }