commit 5dda1503f0eee6ba4e4856396b41865179ae25e0
parent c2e111f41e86eb6f76bf884c9ab997fec7ef8f5c
Author: Ruben Rodriguez <ruben@gnu.org>
Date: Mon, 20 May 2019 14:04:47 -0400
Corrected typo, bumped -gnu version
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/makeicecat b/makeicecat
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2014-2018 Ruben Rodriguez <ruben@gnu.org>
+# Copyright (C) 2014-2019 Ruben Rodriguez <ruben@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ set -euxo pipefail
FFMAJOR=60
FFMINOR=6
FFSUB=3
-GNUVERSION=1
+GNUVERSION=2
FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB
ICECATVERSION=$FFVERSION-gnu$GNUVERSION
SOURCEDIR=icecat-$FFVERSION
@@ -88,7 +88,7 @@ cd $SOURCEDIR
#done
cp $DATA/Changelog.IceCat $DATA/README.IceCat .
-cp $DATA/Changelog.IceCat $DATA/README.IceCat
+cp $DATA/Changelog.IceCat $DATA/README.IceCat .
###############################################################################
# Functions