Skip to content

Commit

Permalink
google-chrome-{beta,dev}: Fix one substituteInPlace pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Apr 16, 2020
1 parent 4b596ca commit 16477d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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_}"
Expand Down

0 comments on commit 16477d7

Please sign in to comment.