commit 208d5944a004b9bdaeb0cea4f4d2807cbc773e2d parent 0c9a8a41b8c8a43352d7a323185757e6578acfc7 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Wed, 28 Apr 2021 23:02:50 -0500 velox: fix status bar Diffstat:
M | velox/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/velox/build b/velox/build @@ -2,5 +2,5 @@ sed -i "s/Terminus/Noto Sans Mono/" clients/status_bar.c -make +make PREFIX=/usr make PREFIX=/usr DESTDIR="$1" install