summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 22:41:12 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 22:51:51 -0300
commita8fc3816f7d8b45fa3780e780ab430fc860214ad (patch)
treedbc99d8bc48e8019d18467299f539c69d7525fbc
parentdc632120edf6a46d54fa9ac131c11b8d4e3d3c99 (diff)
downloadabslibre-a8fc3816f7d8b45fa3780e780ab430fc860214ad.tar.gz
abslibre-a8fc3816f7d8b45fa3780e780ab430fc860214ad.tar.bz2
abslibre-a8fc3816f7d8b45fa3780e780ab430fc860214ad.zip
mypaint-gegl: fix links
-rw-r--r--pcr/mypaint-gegl/PKGBUILD6
1 files 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