summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-04-03 22:09:14 -0600
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-04-03 23:20:19 -0600
commitc6204aa2bb2c476b3cb106e3e55a2490f0a687c6 (patch)
treee3ac814619ea78e72bea33276baf41b8474136b2 /src
parentcf393aa811580eea7428a4842a50151578343585 (diff)
librerelease: Get the tests to passHEADv20240403master
Diffstat (limited to 'src')
-rwxr-xr-xsrc/abslibre-tools/librerelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease
index 455d981..cb07229 100755
--- a/src/abslibre-tools/librerelease
+++ b/src/abslibre-tools/librerelease
@@ -78,7 +78,7 @@ unlock_staging() {
list0_files() {
find -L "${WORKDIR}/staging" -type f -not -name '*.lock' \
- -exec realpath -z --relative-to="${WORKDIR}/staging" {} +
+ -exec realpath -z --relative-to="${WORKDIR}/staging" {} + | sort -z
}
# This function is taken almost verbatim from makepkg