mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
libelf: remove useless quotes
This commit is contained in:
parent
4b808fc308
commit
3dd0dff306
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed -i'' 's/-I/-isystem /g' libelf.pc.in
|
||||
sed -i 's/-I/-isystem /g' libelf.pc.in
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user