jigasi: fix patch path comment.
This commit is contained in:
parent
69ac3b01de
commit
bcc20dca84
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue