From 21c3f94e4da20b9933a05187c22e774734a95d9a Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 20 Jan 2023 23:29:18 +0100 Subject: [PATCH] oops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b081ef..6911099 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: dist: clean mkdir -p spmenu-$(VERSION) - cp LICENSE Makefile *.h *.mk *.c scripts/ docs/ spmenu-$(VERSION) + cp -rf LICENSE Makefile *.h *.mk *.c scripts/ docs/ spmenu-$(VERSION) tar -cf spmenu-$(VERSION).tar spmenu-$(VERSION) gzip spmenu-$(VERSION).tar rm -rf spmenu-$(VERSION)