From 1bdd587e5c858c9f9e45bac3e09188529a25ff06 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 22 Mar 2023 17:56:31 +0000 Subject: [PATCH] make-archive.sh called from main, lives in common dir --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 067808d..505dbb5 100644 --- a/Makefile.common +++ b/Makefile.common @@ -346,7 +346,7 @@ test-srpm: srpm # Create the tar file used to transport the source tree archivefile:: - make-archive.sh + ./common/make-archive.sh verrel: @echo $(NAME)-$(VERSION)-$(RELEASE)