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

st: Remove sed -i

This commit is contained in:
Dylan Araps 2020-01-29 19:18:45 +02:00
parent 8a6f5ce104
commit d3ae5d10c3
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|Liberation Mono|Monospace|g' config.def.h
sed 's/Liberation Mono/Monospace/g' config.def.h > _
mv -f _ config.def.h
make
make PREFIX=/usr DESTDIR="$1" install