Skip to content

Commit f5ab662

Browse files
committed
pkgdiff: Skip minified files by default
Signed-off-by: Michał Górny <[email protected]>
1 parent 3bedaf1 commit f5ab662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgdiff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ s2=$(sed -nr 's/^declare -x S="(.*)"/\1/p' "${PORTAGE_TMPDIR}"/portage/${cat2}/$
8282
default)
8383
find "${s1}" "${s2}" -type f \
8484
\( \
85+
-name '*.min.*' -o \
8586
-name 'searchindex.js' \
8687
\) -printf "%f\n"
8788
;;

0 commit comments

Comments
 (0)