abiword: fix installation.

This commit is contained in:
Juan RP 2013-04-30 10:42:30 +02:00
parent a4e19aab32
commit 9cdfd9f7db
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pre_configure() {
libabiword_package() {
short_desc+=" - Runtime library"
pkg_install() {
vmove "usr/lib/*.so*" usr/lib
vmove "usr/lib/*.so*"
}
}