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

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

4 Feb
4 Feb
12:11 p.m.
New subject: Packaging: add the basemodel.py to src/kimchi/Makefile.am
Applied. Thanks. Regards, Aline Manera
4204
Age (days ago)
4204
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aline Manera
-
Paulo Vital