jigasi: fix patch path comment.

This commit is contained in:
Luis Guzmán 2024-08-28 22:39:41 -06:00
parent 69ac3b01de
commit bcc20dca84
1 changed files with 2 additions and 2 deletions

View File

@ -101,12 +101,12 @@ echo "Setting up Jigasi transcript with current platform..."
# Jitsi Meet # Jitsi Meet
echo "> Patching Jitsi Meet's config.js for Transcription support." echo "> Patching Jitsi Meet's config.js for Transcription support."
echo " Read more at patches/jigasi-meet-config.patch file" echo " Read more at patches/jigasi/jigasi-meet-config.patch file"
envsubst < patches/jigasi/jigasi-meet-config.patch | patch --no-backup-if-mismatch -d / -p1 envsubst < patches/jigasi/jigasi-meet-config.patch | patch --no-backup-if-mismatch -d / -p1
# Jigasi # Jigasi
echo "> Patching jigasi's sip-communicator.properties configuration." echo "> Patching jigasi's sip-communicator.properties configuration."
echo " Read more at patches/jigasi-sip-properties.patch file" echo " Read more at patches/jigasi/jigasi-sip-properties.patch file"
cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file
envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1 envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1