Skip to content
Snippets Groups Projects
Commit 7f0ba47c authored by Legimet's avatar Legimet Committed by Ruben Rodriguez
Browse files

Fix MAJORVERSION

parent dfd62e94
No related branches found
No related tags found
1 merge request!183Fix geoip-database-contrib
......@@ -30,7 +30,7 @@ cp ./browser/components/preferences/advanced-scripts.xul ./browser/components/pr
# KDE integration patches from https://www.rosenauer.org/hg/mozilla
# Use firefox$MAJORVERSION branch if available, otherwise use default
MAJORVERSION=echo `pkgversion` | sed 's/\([0-9]\+\).*/\1/'
MAJORVERSION=$(echo `pkgversion` | sed 's/\([0-9]\+\).*/\1/')
BRANCH=firefox$MAJORVERSION
if ! wget --spider https://rosenauer.org/hg/mozilla/log/$BRANCH; then
BRANCH=default
......
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