From 40c5277e183afc812e17435f511c4318490deebb Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 23 Feb 2025 16:36:53 +0000 Subject: [PATCH] chore(main/glib): Remove trailing whitespaces This fixes linking issue in ffcc26f4bd34aacb78450300f4f7f90e5ab7bd61 commit. --- packages/glib/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/glib/build.sh b/packages/glib/build.sh index 2d3cda8229..e374d99c03 100644 --- a/packages/glib/build.sh +++ b/packages/glib/build.sh @@ -90,7 +90,7 @@ termux_step_pre_configure() { mkdir -p "$TERMUX_PKG_BUILDDIR" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="${TERMUX_PKG_EXTRA_CONFIGURE_ARGS/"-Dintrospection=enabled"/"-Dintrospection=disabled"}" termux_setup_gir - + cd "$TERMUX_PKG_BUILDDIR" TERMUX_PREFIX="$_PREFIX" termux_step_configure cd "$TERMUX_PKG_BUILDDIR" @@ -123,7 +123,7 @@ termux_step_pre_configure() { cd "$TERMUX_PKG_BUILDDIR" termux_step_make_install ) - + # Place the GIR files inside the root of the GIR directory (gir/.) of the package termux_setup_gir