2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

lvm2: remove useless quotes

This commit is contained in:
Dylan Araps 2019-11-18 01:07:30 +00:00
parent 3dd0dff306
commit 7ee4c90733
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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'(?),