diff options
Diffstat (limited to 'pcr/mypaint-gegl')
-rw-r--r-- | pcr/mypaint-gegl/PKGBUILD | 6 |
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 |