mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 12:01:59 +01:00
make cryptohome check a magic file to discern between chrome-login and slim-login
Also, thanks to the magic of git, this CL also includes an edit to pull the chrome-login support binaries into the chromeos-chrome package. Review URL: http://codereview.chromium.org/490001
This commit is contained in:
parent
857dbb59c0
commit
69813668b1
@ -66,9 +66,10 @@ ln -s $BUILD_DIR/$FLAGS_mode $CHROME_LINUX_DIR
|
||||
echo Zipping $CHROME_LINUX_DIR to $OUTPUT_ZIP
|
||||
cd $BUILD_DIR
|
||||
rm -f $OUTPUT_ZIP
|
||||
zip -r9 $OUTPUT_ZIP chrome-chromeos -i "chrome-chromeos/chrome*" \
|
||||
zip -r1 $OUTPUT_ZIP chrome-chromeos -i "chrome-chromeos/chrome*" \
|
||||
"chrome-chromeos/libffmpegsumo.so" "chrome-chromeos/xdg-settings" \
|
||||
"chrome-chromeos/locales/*" "chrome-chromeos/resources/*" \
|
||||
"chrome-chromeos/*.png" -x "*.d"
|
||||
"chrome-chromeos/*.png" "chrome-chromeos/session" \
|
||||
"chrome-chromeos/emit-login-prompt-ready" -x "*.d"
|
||||
cp -f $OUTPUT_ZIP $OUTPUT_DIR
|
||||
echo Done.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user