diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2016-06-24 23:32:19 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2016-06-24 23:32:19 -0400 |
commit | d05c3f23b8e31db1d3f112557bd4f66f364d32b9 (patch) | |
tree | 7ca20912af29710626da0edd1e2197a88c72e63c | |
parent | dfca19be2da9a7043894995d4dafaca201acd329 (diff) |
Bumped gnu version to 2 to fix failed binary build issue
-rw-r--r-- | makeicecat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ set -e FFMAJOR=38 FFMINOR=8 FFSUB=0 -GNUVERSION=1 +GNUVERSION=2 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} ICECATVERSION=$FFVERSION-gnu$GNUVERSION SOURCEDIR=icecat-$FFVERSION |