cloud-hypervisor: fix license installation.

This commit is contained in:
Leah Neukirchen 2024-05-02 23:11:57 +02:00
parent 8a13d37573
commit c92530dfb6

View File

@ -14,6 +14,7 @@ checksum=2b456498d72e8cbfd199f1efbfd178e076967949733318bd043db79ee0d50cd5
post_install() {
vbin scripts/ch-trace-visualiser.py ch-trace-visualiser
vlicense LICENSE-APACHE
vlicense LICENSE-BSD-3-Clause
for f in LICENSES/*; do
vlicense $f
done
}