From e801093e1345d5ddd57da50359c196bd30cf6378 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Wed, 17 Apr 2024 11:28:56 +0200 Subject: [PATCH] Makefile : oups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2574820..699ed6a 100644 --- a/Makefile +++ b/Makefile @@ -37,5 +37,5 @@ $(DST_BIN): $(SRC_BIN) $(DST_MODULES): $(DST_HOME)%: $(SRC_HOME)% sudo -u $(QEMU_USER) install -m 740 -- $^ $@ -$(LAUNCHERS): $(DST_LAUNCHERSD)%: $(SRC_LAUNCHERSD)% +$(DST_LAUNCHERS): $(DST_LAUNCHERSD)%: $(SRC_LAUNCHERSD)% sudo -u $(QEMU_USER) install -m 740 -- $^ $@