force utf8 for python on opsi package build
This commit is contained in:
parent
dd4430a5bb
commit
ba5d7927c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user