mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 09:00:55 +00:00
debian: Add quotes around glob
This commit is contained in:
parent
99c37df81c
commit
646f23edd5
@ -84,7 +84,7 @@ ifeq (debian,$(SB_STYLE))
|
||||
cp debian/README.Debian $(TMPLDIR)/source-template/debian
|
||||
find $(TMPLDIR)/source-template/debian -type f | xargs sed -i "s,SIGNARCH,$(DEB_HOST_ARCH),"
|
||||
find $(TMPLDIR)/source-template/debian -type f | xargs sed -i "s,SIGNVERSION,$(deb_version),"
|
||||
set -e; for file in $$(find $(TMPLDIR)/source-template/debian -type f -name *SIGNARCH*); do \
|
||||
set -e; for file in $$(find $(TMPLDIR)/source-template/debian -type f -name '*SIGNARCH*'); do \
|
||||
file1=$$(echo $$file | sed "s,SIGNARCH,$(DEB_HOST_ARCH),"); \
|
||||
mv -v $$file $$file1; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user