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

libelf: remove useless quotes

This commit is contained in:
Dylan Araps 2019-11-18 01:06:41 +00:00
parent 4b808fc308
commit 3dd0dff306
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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 \