From 9cdfd9f7db8e19073e9bdd73128874c57e301e8c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Apr 2013 10:42:30 +0200 Subject: [PATCH] abiword: fix installation. --- srcpkgs/abiword/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/abiword/template b/srcpkgs/abiword/template index 5df22be9cd4..8c4fb72748e 100644 --- a/srcpkgs/abiword/template +++ b/srcpkgs/abiword/template @@ -27,7 +27,7 @@ pre_configure() { libabiword_package() { short_desc+=" - Runtime library" pkg_install() { - vmove "usr/lib/*.so*" usr/lib + vmove "usr/lib/*.so*" } }