mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-10 21:00:09 -07:00
st: Remove sed -i
This commit is contained in:
parent
8a6f5ce104
commit
d3ae5d10c3
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
sed -i 's|Liberation Mono|Monospace|g' config.def.h
|
sed 's/Liberation Mono/Monospace/g' config.def.h > _
|
||||||
|
mv -f _ config.def.h
|
||||||
|
|
||||||
make
|
make
|
||||||
make PREFIX=/usr DESTDIR="$1" install
|
make PREFIX=/usr DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user