[Kimchi-devel] [PATCH] Fix missing report-add html page in rpm

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Tue Feb 11 13:14:49 UTC 2014


The file report-add.hml.tmpl is missing in rpms. This patch fixes this
problem adding the file name to Makefile.am.

Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>
---
 ui/pages/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/pages/Makefile.am b/ui/pages/Makefile.am
index 0535c84..5705abb 100644
--- a/ui/pages/Makefile.am
+++ b/ui/pages/Makefile.am
@@ -34,4 +34,5 @@ dist_html_DATA = \
 	i18n.html.tmpl \
 	login-window.html.tmpl \
 	storagepool-add.html.tmpl \
+	report-add.html.tmpl \
 	$(NULL)
-- 
1.8.5.3




More information about the Kimchi-devel mailing list