mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 17:45:03 -07:00
lvm2: remove useless quotes
This commit is contained in:
parent
3dd0dff306
commit
7ee4c90733
@ -7,7 +7,7 @@ patch -p1 < disable-symver.patch
|
||||
# Busybox doesn't provide this command, however
|
||||
# all it does is split words one per line and
|
||||
# 'tr' can be used in its place.
|
||||
sed -i'' 's/fmt -1/tr " " "\\n"/' \
|
||||
sed -i 's/fmt -1/tr " " "\\n"/' \
|
||||
make.tmpl.in libdm/make.tmpl.in
|
||||
|
||||
# The build fails when using busybox's 'mkdir'(?),
|
||||
|
Loading…
Reference in New Issue
Block a user