$NetBSD: patch-exaile,v 1.2 2021/02/18 18:04:27 nia Exp $

Replace python executable name.

--- exaile.orig	2021-02-09 05:50:24.000000000 +0000
+++ exaile
@@ -12,8 +12,4 @@ if [ -z "${PROGRAM_DIR}" ]; then
     PROGRAM_DIR=`dirname "$0"`
 fi
 
-if [ -z "${PYTHON3}" ]; then
-    PYTHON3=python3
-fi
-
-exec ${PYTHON3} -O ${PROGRAM_DIR}/exaile.py --startgui "$@"
+exec @PYTHONBIN@ -O ${PROGRAM_DIR}/exaile.py --startgui "$@"
