]> andersk Git - config-package-dev.git/blobdiff - check-files.mk
Set LC_ALL=C when matching potentially localized dpkg output
[config-package-dev.git] / check-files.mk
index d117c9ab29ed90986d674e08e04a462c72e3702e..942673364b4627fd09c1a7d262637fb2c80c6bf5 100644 (file)
@@ -61,7 +61,7 @@ $(call debian_check_files,%): $(call debian_check_files_tmp,%)
 $(call debian_check_files_tmp,%): target = $(call undebian_check_files_tmp,$@)
 $(call debian_check_files_tmp,%): name = $(call debian_check_files_check,$(target))
 $(call debian_check_files_tmp,%): truename = $(shell /usr/sbin/dpkg-divert --truename $(name))
-$(call debian_check_files_tmp,%): package = $(shell dpkg -S $(name) | sed -n '/^diversion by /! s/: .*$$// p')
+$(call debian_check_files_tmp,%): package = $(shell LC_ALL=C dpkg -S $(name) | sed -n '/^diversion by /! s/: .*$$// p')
 $(call debian_check_files_tmp,%): $(truename)
        [ -n "$(package)" ]
        mkdir -p $(@D)
This page took 0.033705 seconds and 4 git commands to generate.