From 0064d0868405353e102169acdea5f39598c597fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 11 May 2015 20:07:35 +0200 Subject: [PATCH] 'gettextdomains' is DATA not SCRIPT --- build-tools/scripts/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-tools/scripts/Makefile.am b/build-tools/scripts/Makefile.am index fc87f5fd..851d1329 100644 --- a/build-tools/scripts/Makefile.am +++ b/build-tools/scripts/Makefile.am @@ -8,8 +8,11 @@ bin_SCRIPTS = y2tool pkgdata_SCRIPTS = \ y2autoconf \ y2automake \ - y2makepot \ - gettextdomains + y2makepot + +# This file should have 0644 perms, since it gets +# sourced by 'check-textdomain' and 'y2makepot'. +dist_pkgdata_DATA = gettextdomains dist_control_DATA = control_to_glade.xsl