mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
linux-firmware: Drop hack to remove spaces in filenames
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
761d036622
commit
f5c45515b5
@@ -73,11 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
mkdir -p /lib/firmware
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
# Remove any spaces in filenames
|
||||
while read -r file; do \
|
||||
mv "$${file}" "$${file// /_}" || exit 1; \
|
||||
done < <(find /lib/firmware -name "* *")
|
||||
|
||||
# Hardlink any identical files
|
||||
hardlink -c -vv /lib/firmware
|
||||
|
||||
|
||||
Reference in New Issue
Block a user