summaryrefslogtreecommitdiffstats
path: root/abs/core/pacman/pacman-5.2.1-reproducible-libprovides.patch
blob: fea6958823c35dfd93bcfd84da7b68a09b0f40a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index d1416d15..b95a03af 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -521,7 +521,7 @@ find_libprovides() {
 		missing=0
 		case "$p" in
 			*.so)
-				mapfile -t filename < <(find "$pkgdir" -type f -name $p\*)
+				mapfile -t filename < <(find "$pkgdir" -type f -name $p\* | LC_ALL=C sort)
 				if [[ $filename ]]; then
 					# packages may provide multiple versions of the same library
 					for fn in "${filename[@]}"; do