st: remove sed -i

This commit is contained in:
Dylan Araps 2021-07-03 20:31:51 +00:00
parent a89f38df91
commit f8fe6eb734
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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
# Install terminfo to right location. # Install terminfo to right location.
export TERMINFO=$1/usr/share/terminfo export TERMINFO=$1/usr/share/terminfo