glib: fix typo in @TERMUX_PREFIX@ in glib-gspawn.c.patch

This commit is contained in:
Henrik Grimler 2021-12-30 23:53:27 +01:00
parent ceedcfb9d4
commit d2d9e30b69
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.70.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib/${TERMUX_PKG_VERSION:0:4}/glib-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=0551459c85cd3da3d58ddc9016fd28be5af503f5e1615a71ba5b512ac945806f
TERMUX_PKG_DEPENDS="libffi, libiconv, pcre, libandroid-support, zlib"

View File

@ -5,7 +5,7 @@
* */
- chosen_search_path = "/bin:/usr/bin:.";
+ chosen_search_path = "@TERMUX_PREFIX/bin:.";
+ chosen_search_path = "@TERMUX_PREFIX@/bin:.";
}
if (search_path || search_path_from_envp)