]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
no keeping README in almost_strip_dirs
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Jan 2013 00:42:42 +0000 (02:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Jan 2013 00:42:42 +0000 (02:42 +0200)
clean-source.sh

index 1a88ef7b928c80185ffe5cc49ea46e6dc884511d..9f14fd3fce8281ce89ea5896ebd7f91c6b7df43f 100755 (executable)
@@ -433,11 +433,11 @@ strip_system_dirs() {
 }
 
 # There are directories we want to strip, but that are unnecessarily required by the build-system
-# So we drop everything but the gyp/gypi files and README.chromium (to see what that dir contained)
+# So we drop everything but the gyp/gypi files
 almost_strip_dirs() {
        local dir
        for dir in "$@"; do
-               find $dir -depth -mindepth 1 \! \( -name '*.gyp' -o -name '*.gypi' -o -name README.chromium \) -print -delete || :
+               find $dir -depth -mindepth 1 \! \( -name '*.gyp' -o -name '*.gypi' \) -print -delete || :
        done
 }
 
This page took 0.072061 seconds and 4 git commands to generate.