mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
libxkb: remove sed -i
This commit is contained in:
parent
87b39eb0a7
commit
14419f6fb2
@ -1,6 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed -i 's/pthread-stubs //' configure
|
||||
sed 's/pthread-stubs //' configure > _
|
||||
mv -f _ configure
|
||||
chmod +x configure
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user