Merged revisions 7054 via svnmerge from

svn+ssh://svn.code.sf.net/p/scst/svn/trunk

........
  r7054 | vlnb | 2016-12-15 18:49:45 -0800 (Thu, 15 Dec 2016) | 5 lines
  
  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/branches/3.2.x@7056 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2016-12-16 02:56:10 +00:00
parent 2b71abc416
commit 41f5ac2dd2
+1 -1
View File
@@ -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-; \
} && \