mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
legal-info: quote csv file contents, so commas can be used
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7a5f9293a1
commit
f876cb598b
@ -94,7 +94,7 @@ legal-warning-pkg=echo "WARNING: $(1): $(2)" >>$(LEGAL_WARNINGS)
|
|||||||
define legal-warning-pkg-savednothing # pkg, {local|override}
|
define legal-warning-pkg-savednothing # pkg, {local|override}
|
||||||
$(call legal-warning-pkg,$(1),sources and license files not saved ($(2) packages not handled))
|
$(call legal-warning-pkg,$(1),sources and license files not saved ($(2) packages not handled))
|
||||||
endef
|
endef
|
||||||
legal-manifest=echo "$(1),$(2),$(3),$(4),$(5)" >>$(LEGAL_MANIFEST_CSV)
|
legal-manifest=echo '"$(1)","$(2)","$(3)","$(4)","$(5)"' >>$(LEGAL_MANIFEST_CSV)
|
||||||
define legal-license-header
|
define legal-license-header
|
||||||
echo -e "$(LEGAL_INFO_SEPARATOR)\n\t$(1):" \
|
echo -e "$(LEGAL_INFO_SEPARATOR)\n\t$(1):" \
|
||||||
"$(2)\n$(LEGAL_INFO_SEPARATOR)\n\n" >>$(LEGAL_LICENSES_TXT)
|
"$(2)\n$(LEGAL_INFO_SEPARATOR)\n\n" >>$(LEGAL_LICENSES_TXT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user