dd78217a84
* Fixes to ASUS Zenbook S 14 and S 16 bugs * topology backports for Intel LNL systems * topology2: add sof-lnl-cs42l43-l0-cs35l56-l23-4ch - Update supplements OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sof-firmware?expand=0&rev=77
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()
|