From 53c0c00bf4c6a040c087b32273952d2e6bbe455a Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 16 Dec 2016 02:49:45 +0000 Subject: [PATCH] Add user space pieces to scst-dist-gzip. They now essential part of the distribution git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7054 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 104403592..ff8d4913f 100644 --- a/Makefile +++ b/Makefile @@ -419,7 +419,7 @@ scst-dist-gzip: else \ scripts/list-source-files; \ fi | \ - grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scst.spec|^scst/|^scst_local/|^srpt/'|\ + grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/'|\ tar -T- -cf- | \ tar -C $${name}-$(VERSION) -xf-; \ } && \