- Update to version 2023.09 (jsc#PED-6123,jsc#PED-6114,jsc#PED-6104, jsc#PED-6067,jsc#PED-6045,jsc#PED-6036): it's a combined tarball with different version to support multiple platforms including Metor Lake - Use cp instead of rsync for installation: install-use-cp.patch OBS-URL: https://build.opensuse.org/request/show/1116461 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sof-firmware?expand=0&rev=47
18 lines
440 B
Diff
18 lines
440 B
Diff
---
|
|
install.sh | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/install.sh
|
|
+++ b/install.sh
|
|
@@ -60,8 +60,8 @@ main()
|
|
fi
|
|
|
|
# Trailing slash in srcdir/ ~= srcdir/*
|
|
- rsync -a "${path}"/sof*"$optversuffix" "${FW_DEST}"/
|
|
- rsync -a "${path}"/tools"$optversuffix"/ "${TOOLS_DEST}"/
|
|
+ cp -a "${path}"/sof*"$optversuffix" "${FW_DEST}"/
|
|
+ cp -a "${path}"/tools"$optversuffix"/ "${TOOLS_DEST}"/
|
|
}
|
|
|
|
die()
|