force utf8 for python on opsi package build

This commit is contained in:
Mario Fetka 2015-03-04 12:45:50 +01:00
parent dd4430a5bb
commit ba5d7927c0
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ builder_package() {
pushd ${OUTPUT_DIR}
rm -f ${opsi_file} ${OPSI_REPOS_FILE_PATTERN}.opsi
LANG="C" opsi-makeproductfile -v $INST_DIR
LANG="C" PYTHONIOENCODING='utf-8' opsi-makeproductfile -v $INST_DIR
builder_check_error "Building OPSI-package"
popd