[Kimchi-devel] [PATCH] Packaging: add the basemodel.py to src/kimchi/Makefile.am

Paulo Vital pvital at linux.vnet.ibm.com
Tue Feb 4 03:55:42 UTC 2014


src/kimchi/basemodel.py is a common model builder and is imported by several models from src/kimchi/model, and it is not in src/kimchi/Makefile.am, so make install, make dist and make rpm do not install or package this file.

Signed-off-by: Paulo Vital <pvital at linux.vnet.ibm.com>
---
 src/kimchi/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/kimchi/Makefile.am b/src/kimchi/Makefile.am
index ffcdcad..855eb9e 100644
--- a/src/kimchi/Makefile.am
+++ b/src/kimchi/Makefile.am
@@ -26,6 +26,7 @@ kimchi_PYTHON = \
 	__init__.py        \
 	asynctask.py       \
 	auth.py            \
+	basemodel.py	   \
 	cachebust.py       \
 	disks.py           \
 	distroloader.py    \
-- 
1.8.3.1




More information about the Kimchi-devel mailing list