
5 Dec
2014
5 Dec
'14
7:25 a.m.
Reviewed-by: Aline Manera <alinefm@linux.vnet.ibm.com> On 12/05/2014 01:50 AM, lvroyce@linux.vnet.ibm.com wrote:
From: Royce Lv <lvroyce@linux.vnet.ibm.com>
make check-local errors for tarball because of lacking "check_i18n.py", adding it to EXTRA_DIST so that make check-local can work right.
Signed-off-by: Royce Lv <lvroyce@linux.vnet.ibm.com> --- contrib/Makefile.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e36d4cd..393306f 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -17,6 +17,7 @@ SUBDIRS = DEBIAN
EXTRA_DIST = \ + check_i18n.py \ kimchid.sysvinit \ kimchid.service.fedora \ kimchi.spec.fedora.in \