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 && \ diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index 343ac6cbe..b363f803d 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -155,7 +155,7 @@ install: all modules_install echo "$@: INFINIBAND_ENABLED = $(INFINIBAND_ENABLED)" if $(INFINIBAND_ENABLED); then \ - (cd $(ISERTMOD) && KDIR=$(KDIR) ../../../scripts/sign-modules) + (cd $(ISERTMOD) && KDIR=$(KDIR) ../../../scripts/sign-modules);\ $(MAKE) -C $(KDIR) M=$(ISERTMOD) \ $$([ -n "$(DEPMOD)" ] && echo "DEPMOD=$(DEPMOD)") \ modules_install; \