From 19806ab0b599dbf63afb14784e8e683ac99a14d1 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 5 Feb 2026 00:16:38 +0100 Subject: [PATCH] Repair broken install target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 266780b..712d337 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,4 @@ clean: rm -f *.o writeimg install: writeimg - install -c -s writeimg /usr/local/bin/writeimg - install -m 0755 $(PROG) $(DESTDIR)$(BINDIR)/$(PROG) + install -m 0755 writeimg /usr/local/bin/writeimg