Skip to content

Commit 12322a3

Browse files
authored
gpkg/glib: fixing postins hook script (#307)
1 parent 98577d4 commit 12322a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gpkg/glib/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and
33
TERMUX_PKG_LICENSE="LGPL-2.1"
44
TERMUX_PKG_MAINTAINER="@termux-pacman"
55
TERMUX_PKG_VERSION="2.82.2"
6+
TERMUX_PKG_REVISION=1
67
TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib/${TERMUX_PKG_VERSION%.*}/glib-${TERMUX_PKG_VERSION}.tar.xz
78
TERMUX_PKG_SHA256=ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63
89
TERMUX_PKG_DEPENDS="libffi-glibc, pcre2-glibc, util-linux-glibc, zlib-glibc, openssl-glibc, libunwind-glibc"

gpkg/glib/hooks/postinst.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not be installed.
55
unset LD_PRELOAD
66
if [ -x "$(command -v glib-compile-schemas)" ]; then
7-
@TERMUX_PREFIX@/glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null
7+
@TERMUX_PREFIX@/bin/glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null
88
fi
99

1010
exit 0

0 commit comments

Comments
 (0)