mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
google-chrome-{beta,dev}: Fix one substituteInPlace pattern
This commit is contained in:
parent
4b596ca254
commit
16477d764f
|
@ -108,7 +108,7 @@ in stdenv.mkDerivation {
|
|||
--replace /opt/google/$appname/google-$appname $exe
|
||||
substituteInPlace $out/share/menu/google-$appname.menu \
|
||||
--replace /opt $out/share \
|
||||
--replace $out/share/google/chrome/google-$appname $exe
|
||||
--replace $out/share/google/$appname/google-$appname $exe
|
||||
|
||||
for icon_file in $out/share/google/chrome*/product_logo_*[0-9].png; do
|
||||
num_and_suffix="''${icon_file##*logo_}"
|
||||
|
|
Loading…
Reference in a new issue