aboutsummaryrefslogtreecommitdiff
path: root/core/libelf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:56:41 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:56:41 +0300
commite6a7080ecc1c03569cf838cd5f0531709a051689 (patch)
tree3a57ba0d316f826e5492e86f21cf2cd7c28e4b13 /core/libelf
parentc4c3af9515953df86ab70b4b85ce2fdb3ccaca11 (diff)
downloadrepository-e6a7080ecc1c03569cf838cd5f0531709a051689.tar.gz
revert
Diffstat (limited to 'core/libelf')
-rwxr-xr-xcore/libelf/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libelf/build b/core/libelf/build
index 01c1dab2..a7a7f497 100755
--- a/core/libelf/build
+++ b/core/libelf/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-sed 's/-I/-isystem /g' libelf.pc.in > libelf.pc.in.bak && mv libelf.pc.in.bak libelf.pc.in
+sed -i 's/-I/-isystem /g' libelf.pc.in
./configure \
--prefix=/usr \