Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
kernel-firmware
copy-file-ignore-README.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File copy-file-ignore-README.patch of Package kernel-firmware
diff --git a/copy-firmware.sh b/copy-firmware.sh index 1ae1e37c37e5..68fbf83ea650 100755 --- a/copy-firmware.sh +++ b/copy-firmware.sh @@ -66,6 +66,9 @@ done # shellcheck disable=SC2162 # file/folder name can include escaped symbols grep -E '^(RawFile|File):' WHENCE | sed -E -e 's/^(RawFile|File): */\1 /;s/"//g' | while read k f; do + case "$f" in + */README) continue;; + esac test -f "$f" || continue install -d "$destdir/$(dirname "$f")" $verbose "copying/compressing file $f$compext"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor