[Kimchi-devel] [PATCH][Wok] Bug fix #168: check_ui_code_errors.sh not found by make check on dist tarball (RHEL 7.2)

Ramon Medeiros ramonn at linux.vnet.ibm.com
Thu Dec 8 12:46:19 UTC 2016


Some files were not being added to dist tar.gz.

Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 2d55be3..f770043 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,8 @@ EXTRA_DIST = \
 	CONTRIBUTE.md \
 	VERSION \
 	build-aux/pkg-version \
+	check_ui_code_errors.sh \
+	check_spec_errors.sh \
 	$(NULL)
 
 
-- 
2.7.4




More information about the Kimchi-devel mailing list