From c2af257783710a424c4c5a86cbeb100fb1e8aa4a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 28 Jan 2012 19:13:08 +0100 Subject: [PATCH] correct wrong lang detect by opsi-makeproductfile --- lib/builder-targets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder-targets.sh b/lib/builder-targets.sh index cfbdbb9..8a5b81c 100644 --- a/lib/builder-targets.sh +++ b/lib/builder-targets.sh @@ -217,7 +217,7 @@ builder_package() { local opsi_file=${PN}_${VERSION}-${release_new}.opsi pushd ${OUTPUT_DIR} rm -f ${opsi_file} ${OPSI_REPOS_FILE_PATTERN}.opsi - opsi-makeproductfile -v $INST_DIR + LANG="C" opsi-makeproductfile -v $INST_DIR builder_check_error "Building OPSI-package" popd