git » base-pkgbuilds.git » commit 7a746f7

make orderize usable again

author Urja (ARMLFS builder)
2025-02-10 10:31:46 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:31:46 UTC
parent 3975a00c4f06dc36f14ac8175003ae4ddbd10788

make orderize usable again

orderize.py +1 -1

diff --git a/orderize.py b/orderize.py
index e8ad76e..cbabfb3 100755
--- a/orderize.py
+++ b/orderize.py
@@ -4,7 +4,7 @@ import os
 import sys
 
 fnordered = "order"
-fnmess = "built-order"
+fnmess = "armv7h-built-order"
 
 def arrf(fn):
     with open(fn, 'r') as f: