texinfo: append .exe to install-info

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
This commit is contained in:
Christopher Degawa 2024-05-24 18:02:34 -05:00
parent b7cee0cfa7
commit eada7dc0e4
No known key found for this signature in database
GPG Key ID: 40BDA1D2A156699E
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgname=('texinfo' 'info' 'texinfo-tex')
pkgver=7.1
pkgrel=2
pkgrel=3
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/texinfo/"
@ -22,7 +22,7 @@ source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig
0005-fix-makeinfo-exeext.msys2.patch)
sha256sums=('deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953'
'SKIP'
'c62f9c072d0c91531a557585c7b6cd6ef92e547de72da918ef3fb399182883fa'
'4aac28477a0902a445e3483ace48a3d948b75e521d073892e1069b81edae8102'
'e910ebddab9d3c82300caf1e3449960eb5cae756f6c708efd6ad51fc508feb7b'
'8ce031fd118de2a5325ccf63dc21d9dd26dde9a61566dd269a27ea570494e75e'
'868d4b405b37e6c457defc096853fab88c8735208f0b2d85bb288cfcfd8139de'

View File

@ -7,5 +7,5 @@ Target = usr/share/info/*
[Action]
Description = Updating the info directory file...
When = PostTransaction
Exec = /usr/bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
Exec = /usr/bin/sh -c 'while read -r f; do install-info.exe "$f" /usr/share/info/dir 2> /dev/null; done'
NeedsTargets