Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: src/scripts/common.sh

Issue 2113007: Fixing DEFAULT and FACTORY mask to exclude usr/lib/debug folder (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/common.sh
diff --git a/src/scripts/common.sh b/src/scripts/common.sh
index 1023d480c7c76bba78f725647f0d426271e9f938..4d0834cee63e7bfaf416fcb45642746257931083 100644
--- a/src/scripts/common.sh
+++ b/src/scripts/common.sh
@@ -121,13 +121,13 @@ DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \
/usr/share/gtk-doc /usr/share/gtk-2.0 /usr/lib/gtk-2.0/include \
/usr/share/info /usr/share/aclocal /usr/lib/gcc /usr/lib/pkgconfig \
/usr/share/pkgconfig /usr/share/gettext /usr/share/readline /etc/runlevels \
- /usr/share/openrc /lib/rc *.a *.la /etc/init.d"
+ /usr/share/openrc /lib/rc *.a *.la /etc/init.d /usr/lib/debug"
FACTORY_INSTALL_MASK="/opt/google/chrome /opt/google/o3d /opt/netscape \
/usr/lib/dri /usr/lib/python2.6/test /usr/share/chewing /usr/share/fonts \
/usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale \
/usr/share/m17n /usr/share/mime /usr/share/sounds /usr/share/tts \
- /usr/share/X11 /usr/share/zoneinfo"
+ /usr/share/X11 /usr/share/zoneinfo /usr/lib/debug"
# Check to ensure not running old scripts
V_REVERSE=''
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698