From d0eaef6ccf4313ded8efd11bec35d90f4ee5efa4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 12 Feb 2022 14:47:15 +0000 Subject: [PATCH] Forgot a small detail Signed-off-by: falkTX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fb833f..eab36f4 100644 --- a/Makefile +++ b/Makefile @@ -360,7 +360,7 @@ tarball: --exclude=src/Rack/src/window/Window.cpp \ --exclude=src/Rack/res/Core \ --exclude=src/Rack/res/icon.png \ - --transform='s,^\.,Cardinal-$(VERSION),' \ + --transform='s,^\.,cardinal-$(VERSION),' \ -f ../cardinal-$(VERSION).tar.xz . # --------------------------------------------------------------