Skip to content

Commit

Permalink
Chromium: FixUp that I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Apr 26, 2019
1 parent 163c7d3 commit de54219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chromium-73.0.3683.75-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ strip --strip-unneeded ${PREFIX}/bin/nacl_helper{,_bootstrap,_nonsfi}

cat >$PREFIX/bin/chromium <<-EOF
#!/usr/bin/bash
$PREFIX/chrome2 --password-store=basic \${@}
$PREFIX/bin/chrome2 --password-store=basic \${@}
EOF
chmod a+x $PREFIX/bin/chromium
cd $PREFIX/bin
ln -s chromium chrome

Expand Down

0 comments on commit de54219

Please sign in to comment.