From 21eacd7ba4f22f46a8aa34df81d976da28768ef2 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 6 Sep 2024 23:30:52 +0200 Subject: [PATCH] Makefile: package: rename package dir to karousel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a779b69..51f5356 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ uninstall: kpackagetool5 --type=KWin/Script -r ./package package: build config - tar -czf ./karousel_${subst .,_,${VERSION}}.tar.gz ./package + tar -czf ./karousel_${subst .,_,${VERSION}}.tar.gz ./package --transform s/package/karousel/ logs: journalctl -t kwin_x11 -g '^qml:|^file://.*karousel' -f