irssi: use .diff for manually applied patch

So that all manually applied patches have the same suffix.

%ci:no-build
This commit is contained in:
Henrik Grimler 2022-02-22 21:13:29 +01:00
parent dc896e159e
commit 10ac0586ee
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ termux_step_pre_configure() {
sed -e "s|@TERMUX_PREFIX@|$TERMUX_PREFIX|g" \
-e "s|@TERMUX_PERL_VERSION@|$perl_version|g" \
-e "s|@TERMUX_PERL_TARGET@|${TERMUX_ARCH}-android|g" \
$TERMUX_PKG_BUILDER_DIR/perl_config_support.patch.txt | \
$TERMUX_PKG_BUILDER_DIR/perl_config_support.diff | \
patch -p1
autoconf
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-perl-lib=$TERMUX_PREFIX/lib/perl5/site_perl/$perl_version/${TERMUX_ARCH}-android"