X-Git-Url: http://andersk.mit.edu/gitweb/config-package-dev.git/blobdiff_plain/2ed972b82b5d5b4d2ceeeb8b2f4f67b5c1f4b082..dd49a2d50d0a03e9159ac4ac6f35fbfed8ed70b1:/check-files.mk diff --git a/check-files.mk b/check-files.mk index d117c9a..9426733 100644 --- a/check-files.mk +++ b/check-files.mk @@ -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)