Skip to content

Commit

Permalink
libxcb: Remove sed -i
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 29, 2020
1 parent b314878 commit df36110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xorg/libxcb/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh -e

sed -i 's/pthread-stubs //' configure
sed 's/pthread-stubs //' configure > _
mv -f _ configure

./configure \
--prefix=/usr
Expand Down

0 comments on commit df36110

Please sign in to comment.