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
No related merge requests found
...@@ -30,7 +30,7 @@ cp ./browser/components/preferences/advanced-scripts.xul ./browser/components/pr ...@@ -30,7 +30,7 @@ cp ./browser/components/preferences/advanced-scripts.xul ./browser/components/pr
# KDE integration patches from https://www.rosenauer.org/hg/mozilla # KDE integration patches from https://www.rosenauer.org/hg/mozilla
# Use firefox$MAJORVERSION branch if available, otherwise use default # 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 BRANCH=firefox$MAJORVERSION
if ! wget --spider https://rosenauer.org/hg/mozilla/log/$BRANCH; then if ! wget --spider https://rosenauer.org/hg/mozilla/log/$BRANCH; then
BRANCH=default 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