
4 Feb
2014
4 Feb
'14
3:55 a.m.
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@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