From 633fe10827dc6c7b30e980115f6279070b790509 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 21 Nov 2022 01:00:58 +0100 Subject: [PATCH] Update makefile to copy script files over --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f039e6c..694b7e0 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: install: output mkdir -p $(DESTDIR)$(PREFIX)/bin install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks + cp ./statusbar/* $(DESTDIR)$(PREFIX)/bin/dwmblocks uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks