| Index: src/scripts/common.sh
|
| diff --git a/src/scripts/common.sh b/src/scripts/common.sh
|
| index 9121a24f724ac343d222764ca6b1e836adfe021c..1023d480c7c76bba78f725647f0d426271e9f938 100644
|
| --- a/src/scripts/common.sh
|
| +++ b/src/scripts/common.sh
|
| @@ -123,6 +123,12 @@ DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \
|
| /usr/share/pkgconfig /usr/share/gettext /usr/share/readline /etc/runlevels \
|
| /usr/share/openrc /lib/rc *.a *.la /etc/init.d"
|
|
|
| +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"
|
| +
|
| # Check to ensure not running old scripts
|
| V_REVERSE='[7m'
|
| V_VIDOFF='[m'
|
|
|