From 27260ab112d0ae55767d05b23912d9c088472145 Mon Sep 17 00:00:00 2001
From: "A. Wilcox" <AWilcox@Wilcox-Tech.com>
Date: Fri, 19 Oct 2018 02:16:17 +0000
Subject: user/gtk-doc: use full path to fix udisks2 build

Using #!python3 breaks Bash in /bin/sh mode (bad interpreter:
No such file or directory).  This fixes that error, so that udisks2
builds properly.
---
 user/gtk-doc/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'user')

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 \
-- 
cgit v1.2.3-70-g09d2