commit e79536aeb55c405cab53b062afa553e95296f7c9 parent 4cfc43950359a55b1ff586daf27e8851a8806eb7 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 23 May 2020 17:15:04 +0300 st: POSIX sed Diffstat:
M | xorg/st/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xorg/st/build b/xorg/st/build @@ -1,6 +1,6 @@ #!/bin/sh -e -sed -i 's|Liberation Mono|Monospace|g' config.def.h +sed 's|Liberation Mono|Monospace|g' config.def.h > config.h make make PREFIX=/usr DESTDIR="$1" install