diff --git a/build/jam/RepositoryRules b/build/jam/RepositoryRules index 10285608f9..7dab8d6ccd 100644 --- a/build/jam/RepositoryRules +++ b/build/jam/RepositoryRules @@ -78,7 +78,7 @@ actions GeneratedRepositoryPackageList1 { (for file in $(HAIKU_REPOSITORY_PACKAGE_FILE_NAMES) ; do echo $file - done) | sort -u > $(1) + done) | LC_ALL=C sort -u > $(1) }