diff options
Diffstat (limited to 'testing/vte3/APKBUILD')
-rw-r--r-- | testing/vte3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/vte3/APKBUILD b/testing/vte3/APKBUILD index 1dbfc068c..101150742 100644 --- a/testing/vte3/APKBUILD +++ b/testing/vte3/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vte3 pkgver=0.34.7 -pkgrel=0 +pkgrel=1 pkgdesc="Virtual Terminal Emulator library" url="https://developer.gnome.org/vte/" arch="all" @@ -28,7 +28,7 @@ build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/vte \ + --libexecdir=/usr/lib/$pkgname \ --localstatedir=/var \ --disable-static \ || return 1 |