From 8e3eb808b4517a8ae023a5be59726883fd6b3ff3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Jun 2013 10:21:14 +0200 Subject: [PATCH] raptor: also install the shlib symlinks. --- srcpkgs/raptor/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/raptor/template b/srcpkgs/raptor/template index 7d7a5aeac09..413efef1146 100644 --- a/srcpkgs/raptor/template +++ b/srcpkgs/raptor/template @@ -1,7 +1,7 @@ # Template file for 'raptor' pkgname=raptor version=2.0.9 -revision=1 +revision=2 wrksrc="raptor2-${version}" build_style=gnu-configure configure_args="--disable-static --with-yajl=no" @@ -35,7 +35,7 @@ raptor-devel_package() { short_desc+=" - Development files" pkg_install() { vmove usr/include - vmove usr/lib/pkgconfig + vmove usr/lib vmove usr/share/gtk-doc vmove usr/share/man/man3 }