From 06ee7ca41d34165681df7f18979b534c05f5d860 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 29 Sep 2019 22:10:46 +0000 Subject: [PATCH] Makefile: Unbreak the RPM build process git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8595 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14dca74b9..7a2dd4893 100644 --- a/Makefile +++ b/Makefile @@ -432,7 +432,7 @@ make-scst-dist = \ rm -rf "$${name}-$(3)" scst-dist-gzip: - $(call make-scst-dist,j,bz2,$(VERSION),grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/') + $(call make-scst-dist,j,bz2,$(VERSION),grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scripts/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/') scst-rpm: name=scst && \