From b4269ddd7dcc78d632bc787644cf7eca7404c82f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 21 Oct 2017 20:42:18 +0200 Subject: bin/build-packages: fix typo --- bin/build-packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index 5039ced..1ab50c2 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -346,8 +346,8 @@ while [ "${count}" -ne 0 ]; do done find "${tar_content_dir}/" -maxdepth 1 -type f -name '*.pkg.tar.xz-namcap.log' -printf '%f\n' | \ sed ' - s|\(^.*\)-i686\(\.pkg\.tar\.xz-namcap.log\)$|\0 \1-x86_64\2| - s|^.*-any\.pkg\.tar\.xz-namcap.log$|\0 \0| + s|\(^.*\)-i686\(\.pkg\.tar\.xz-namcap\.log\)$|\0 \1-x86_64\2| + s|^.*-any\.pkg\.tar\.xz-namcap\.log$|\0 \0| ' | \ while read -r log x86_64_log; do if [ -f "${x86_64_log}" ]; then -- cgit v1.2.3-54-g00ecf