From fc59cc6aa33095c93b003c017b7912e220a330ef Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 26 Jan 2017 13:49:48 +0100 Subject: Fix gimp-plugin-image-reg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gimp-plugin-image-reg/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gimp-plugin-image-reg/PKGBUILD') diff --git a/gimp-plugin-image-reg/PKGBUILD b/gimp-plugin-image-reg/PKGBUILD index 6d6a2aa..d51d8ba 100644 --- a/gimp-plugin-image-reg/PKGBUILD +++ b/gimp-plugin-image-reg/PKGBUILD @@ -2,7 +2,7 @@ pkgname=gimp-plugin-image-reg _srcname=gimp-image-reg pkgver=0.5.5 -pkgrel=1 +pkgrel=2 pkgdesc="Image registration plugin for the GIMP" arch=('i686' 'x86_64') url="http://registry.gimp.org/node/24248" @@ -14,6 +14,7 @@ md5sums=('405b87140880de18d695173ee6b08981') build() { cd "$srcdir/${_srcname}-${pkgver}" + sed -i 's#^GIMP_PLUGIN_BINDIR=.*$#&\nGIMP_PLUGIN_BINDIR="/usr/lib/gimp/2.0/plug-ins"#' ./configure LIBS='-lm' ./configure --prefix=/usr make } -- cgit v1.2.3-70-g09d2