diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-10 13:53:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-10 13:53:54 +0000 |
commit | b6556ef3c0d95fa86aa187fca670d77e2587ba6e (patch) | |
tree | e95591c4f3f2e36dfc10505581019f428f424a8e /testing | |
parent | b306710e8cb867c4b75a11075c5c9e915abb8fd4 (diff) | |
download | aports-b6556ef3c0d95fa86aa187fca670d77e2587ba6e.tar.bz2 aports-b6556ef3c0d95fa86aa187fca670d77e2587ba6e.tar.xz |
testing/vte3: fix libexecdir to avoid conflict
Diffstat (limited to 'testing')
-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 |