mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-23 06:47:44 -07:00
libxcb: Remove sed -i
This commit is contained in:
parent
b314878859
commit
df3611068e
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed -i 's/pthread-stubs //' configure
|
||||
sed 's/pthread-stubs //' configure > _
|
||||
mv -f _ configure
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user