From 135f51932f777f1087ebeb4d780477f1a10358a2 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Sun, 22 Jan 2023 23:49:43 +0100 Subject: [PATCH] Makefile: fix `make install` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3b553e..b08bf62 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: tsc --outFile ./basalt/contents/code/main.js install: build - cp -r ./basalt ~/.local/share/kwin/scripts/basalt + cp -r ./basalt ~/.local/share/kwin/scripts run: build ./run.sh