Skip to content
Snippets Groups Projects
Verified Commit e86f1b70 authored by alice's avatar alice
Browse files

community/firefox-esr: cat not echo..

parent e3cbb7ba
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
...@@ -4,7 +4,7 @@ ver_old=$2 ...@@ -4,7 +4,7 @@ ver_old=$2
if [ "$(apk version -t "$ver_old" '102.2.0-r2')" = '<' ]; then if [ "$(apk version -t "$ver_old" '102.2.0-r2')" = '<' ]; then
# firefox-esr appid changed in 102.2.0-r1 # firefox-esr appid changed in 102.2.0-r1
echo 2>&1 <<-EOF cat 2>&1 <<-EOF
* firefox-esr 102.2.0-r1 changed its' appid to firefox-esr, allowing it to * firefox-esr 102.2.0-r1 changed its' appid to firefox-esr, allowing it to
* be installed alongside regular firefox. to migrate your profile for this * be installed alongside regular firefox. to migrate your profile for this
* change, you have to move ~/.mozilla/firefox to ~/.mozilla/firefox-esr, and * change, you have to move ~/.mozilla/firefox to ~/.mozilla/firefox-esr, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment