github: update bug template
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
infodir=$1
|
||||
infofile=$2
|
||||
|
||||
|
||||
echo "DESTDIR: ${DESTDIR}" > boo.txt
|
||||
echo "XX ${MESON_INSTALL_DESTDIR_PREFIX}" >> boo.txt
|
||||
|
||||
|
||||
# Meson post-install script to update info metadata
|
||||
install-info --info-dir ${MESON_INSTALL_DESTDIR_PREFIX}/${infodir} \
|
||||
${MESON_INSTALL_DESTDIR_PREFIX}/${infodir}/${infofile}
|
||||
|
||||
Reference in New Issue
Block a user