forked from kiss-community/repo
libxkb: remove sed -i
This commit is contained in:
parent
87b39eb0a7
commit
14419f6fb2
@ -1,6 +1,8 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
sed -i 's/pthread-stubs //' configure
|
sed 's/pthread-stubs //' configure > _
|
||||||
|
mv -f _ configure
|
||||||
|
chmod +x configure
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user