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

libxcb: Remove sed -i

This commit is contained in:
Dylan Araps 2020-01-29 19:22:10 +02:00
parent b314878859
commit df3611068e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,6 +1,7 @@
#!/bin/sh -e
sed -i 's/pthread-stubs //' configure
sed 's/pthread-stubs //' configure > _
mv -f _ configure
./configure \
--prefix=/usr