diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in index 6b14862f..09e28c04 100644 --- a/scripts/libmakepkg/tidy/strip.sh.in +++ b/scripts/libmakepkg/tidy/strip.sh.in @@ -61,7 +61,7 @@ package_source_files() { dest="${dbgsrc}/${t}" mkdir -p "${dest%/*}" if [[ -f "$file" && ! -f "$dest" ]]; then - cp -- "$file" "$dest" + cp -- "$file" "$dest" 2>/dev/null fi done < <(source_files "$binary") }