From 46a43f4f65582080b094966821d2a45dfa5ccadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Sun, 24 Nov 2024 11:25:43 -0800 Subject: [PATCH] ... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42613cd..942869d 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ openrc: $(CLOUDS): install -Dm644 -t "$(PREFIX)"/usr/lib/tiny-cloud/cloud/$@ \ lib/tiny-cloud/cloud/$@/* - [ -f "$(PREFIX)"/usr/lib/tiny-cloud/cloud/$@/autodetect ] && + [ -f "$(PREFIX)"/usr/lib/tiny-cloud/cloud/$@/autodetect ] && \ chmod 0755 "$(PREFIX)"/usr/lib/tiny-cloud/cloud/$@/autodetect check: tests/Kyuafile Kyuafile