diff --git a/x11-packages/gtk3/build.sh b/x11-packages/gtk3/build.sh index 7740fb661..24b36dacc 100644 --- a/x11-packages/gtk3/build.sh +++ b/x11-packages/gtk3/build.sh @@ -32,6 +32,11 @@ termux_step_pre_configure() { cp -f /usr/bin/glib-compile-resources "${TERMUX_PREFIX}/bin/glib-compile-resources" } +termux_step_post_massage() { + # don't store updated glib-compile-resources. + rm -f "${TERMUX_PKG_MASSAGEDIR}/${TERMUX_PREFIX}/bin/glib-compile-resources" +} + termux_step_create_debscripts() { for i in postinst postrm triggers; do sed \