Add missing quotes

This commit is contained in:
Gunter Labes 2025-02-05 09:34:57 +01:00 committed by GitHub
parent d30742c3e0
commit f74ca3ad64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
"name":"python3-scons",
"buildsystem":"simple",
"build-commands":[
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"scons\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=\"${FLATPAK_DEST}\" \"scons\" --no-build-isolation"
],
"sources":[
{