]> git.ipfire.org Git - people/stevee/pakfire.git/blobdiff - tools/find-requires
ccache optimizations: Use /tmp and enable compression.
[people/stevee/pakfire.git] / tools / find-requires
index 5a6c9a924d2efdd6eff03d6eb5516564ae69bd91..1f49dabea905302b04c934460c75ef2976ba9c4d 100755 (executable)
@@ -25,6 +25,11 @@ while read file; do
        case "${file}" in
                */usr/lib/debug/*|*/usr/src/debug/*)
                        # Skip all debuginfo files.
+                       continue
+                       ;;
+               */usr/lib*/gconv/*)
+                       # Skip all gconv files.
+                       continue
                        ;;
                *.ko)
                        # Skip all kernel modules because they do not
@@ -47,6 +52,7 @@ while read file; do
                # Python
                */usr/lib*/python*/*)
                        # Sort out all python files.
+                       # Directories are processed bewlow.
                        ;;
                */usr/lib/python*|*/usr/lib64/python*)
                        # This will only get the python directory.