diff options
Diffstat (limited to 'user/gtk-doc')
-rw-r--r-- | user/gtk-doc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/gtk-doc/APKBUILD b/user/gtk-doc/APKBUILD index 772832f64..193cd2f50 100644 --- a/user/gtk-doc/APKBUILD +++ b/user/gtk-doc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: pkgname=gtk-doc pkgver=1.29 -pkgrel=1 +pkgrel=2 pkgdesc="Documentation tool for public library API" url="https://www.gtk.org/gtk-doc/" arch="noarch" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir" - export PYTHON=python3 + export PYTHON="/usr/bin/python3" ./configure \ --build=$CBUILD \ --host=$CHOST \ |