From ff09b47b1ac792578fd5739666e58b415280e5e3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 2 Jan 2022 17:15:27 -0800 Subject: [PATCH] Makefile: Include the debian directory in the source code archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 295949e64..e2b36becc 100644 --- a/Makefile +++ b/Makefile @@ -320,7 +320,7 @@ make-scst-dist = \ scst-dist-gzip: scst-$(VERSION).tar.bz2 scst-$(VERSION).tar.bz2: $(SCST_SOURCE_FILES) - $(call make-scst-dist,j,bz2,$(VERSION),grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|-32gbit)/|^scripts/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/') + $(call make-scst-dist,j,bz2,$(VERSION),grep -E '^debian/|^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|-32gbit)/|^scripts/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/') scst-rpm: name=scst && \