From a8fc3816f7d8b45fa3780e780ab430fc860214ad Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 28 Apr 2016 22:41:12 -0300 Subject: mypaint-gegl: fix links --- pcr/mypaint-gegl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcr/mypaint-gegl/PKGBUILD b/pcr/mypaint-gegl/PKGBUILD index 5c5405bf1..7fb0c279e 100644 --- a/pcr/mypaint-gegl/PKGBUILD +++ b/pcr/mypaint-gegl/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=mypaint pkgname=mypaint-gegl pkgver=1.2.0 -pkgrel=3 +pkgrel=3.1 pkgdesc="A fast and easy painting application for digital painters, with brush dynamics and GEGL support" arch=('i686' 'x86_64' 'armv7h') url="http://mypaint.org/" @@ -31,8 +31,8 @@ package() { # fixing headers files, it's needed for GIMP 2.9 and above package install -vdm 0755 $pkgdir/usr/include/glib ln -vs lib$_pkgname-gegl/$_pkgname-gegl-surface.h $pkgdir/usr/include - ln -vs lib$_pkgname/glib/$_pkgname-brush.h $pkgdir/usr/include/glib - ln -vs lib$_pkgname/glib/$_pkgname-gegl-glib.h $pkgdir/usr/include/glib + ln -vs ../lib$_pkgname/glib/$_pkgname-brush.h $pkgdir/usr/include/glib + ln -vs ../lib$_pkgname/glib/$_pkgname-gegl-glib.h $pkgdir/usr/include/glib ln -vs lib$_pkgname/$_pkgname-brush-settings-gen.h $pkgdir/usr/include ln -vs lib$_pkgname/$_pkgname-brush-settings.h $pkgdir/usr/include ln -vs lib$_pkgname/$_pkgname-brush.h $pkgdir/usr/include -- cgit v1.2.3