From 54c7338976906adc9cee65af934168bdbd483c34 Mon Sep 17 00:00:00 2001
From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
Date: Mon, 23 May 2022 16:50:57 +0200
Subject: [PATCH] make install bugfix

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d33ab82..9b0a42a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ clean:
 	rm -f *~ *.o TAGS core osdd osdc osd-batt osd-alsa
 
 install:
-	cp osdd osdc not2osd osd-alsa osd-batt osd-clock osdd-run osd-mpc-volume not2osd /usr/bin
+	cp osdd osdc not2osd osd-alsa osd-batt osd-clock osdd-run osd-mpc-volume /usr/bin
 
 compile-install:
 	$(MAKE) all
-- 
GitLab