summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-08-20 13:32:28 +0200
committerNicolas Iooss2017-08-20 13:32:30 +0200
commitc1bbe5ec8723b9fd5944e72c41eb280acaa08da6 (patch)
tree14c50a7c47cfd11beec03ae5c18f00dc9083b29b
parentd2458f62341bbeac447f110ae4090b253448bd59 (diff)
downloadaur-c1bbe5ec8723b9fd5944e72c41eb280acaa08da6.tar.gz
libsemanage: use full path to Python everywhere
cf. https://aur.archlinux.org/cgit/aur.git/commit/?h=libselinux&id=73b62d1e9315d65e4bdd00e78cbe2dfebaa1c551
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f6f474780ba..3292f4d755cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,11 +40,11 @@ package() {
LIBEXECDIR="${pkgdir}/usr/lib" \
SHLIBDIR="${pkgdir}/usr/lib" \
install
- make DESTDIR="${pkgdir}" PYTHON=python2 \
+ make DESTDIR="${pkgdir}" PYTHON=/usr/bin/python2 \
LIBEXECDIR="${pkgdir}/usr/lib" \
SHLIBDIR="${pkgdir}/usr/lib" \
install-pywrap
- make DESTDIR="${pkgdir}" PYTHON=python3 \
+ make DESTDIR="${pkgdir}" PYTHON=/usr/bin/python3 \
LIBEXECDIR="${pkgdir}/usr/lib" \
SHLIBDIR="${pkgdir}/usr/lib" \
install-pywrap