From 6b037c1778bc096aa2ceb46a1f375103e5d6e8ce Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 17 Mar 2024 14:48:57 +0100 Subject: [PATCH] Fix Makefile bug --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 74e1f5c..b919032 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ install: $(INSTALL_PATH) $(INSTALL_PATH): cbattery @echo "Installing cbattery to $(DESTDIR)" + @install -d $(DESTDIR) @install -m 755 $< $(DESTDIR) uninstall: