From 6d51dec5751a100ef44965c20dc695171d1cd369 Mon Sep 17 00:00:00 2001 From: 7185 <7185@users.noreply.github.com> Date: Wed, 13 Jan 2016 22:51:04 +0100 Subject: [PATCH] ibus-anthy: fix libexec path --- srcpkgs/ibus-anthy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template index e89195a6118..c045bae8673 100644 --- a/srcpkgs/ibus-anthy/template +++ b/srcpkgs/ibus-anthy/template @@ -1,9 +1,9 @@ # Template file for 'ibus-anthy' pkgname=ibus-anthy version=1.5.7 -revision=1 +revision=2 build_style=gnu-configure -configure_args="$(vopt_enable gir introspection)" +configure_args="--libexec=/usr/lib/ibus $(vopt_enable gir introspection)" hostmakedepends="pkg-config intltool automake gettext-devel libtool swig $(vopt_if gir gobject-introspection)" makedepends="python-gobject-devel anthy-devel ibus-devel" depends="ibus gtk-update-icon-cache python-gobject"