summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 4d38ee0..b06a1c7 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -343,9 +343,7 @@ while [ "${count}" -ne 0 ]; do
# now we generate diffs from the namcap.logs
find . "${tar_content_dir}/" -maxdepth 1 -type f -name '*.pkg.tar.xz-namcap.log' -printf '%p\n' | \
while read -r log; do
- sort_square_bracket_content "${log}" | \
- sort | \
- sponge "${log}"
+ smoothen_namcap_log "${log}"
done
find "${tar_content_dir}/" -maxdepth 1 -type f -name '*.pkg.tar.xz-namcap.log' -printf '%f\n' | \
sed '