summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-07 08:06:08 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-07 08:06:08 +0100
commit6a3044b9e6ed86167068af2aa3a2dd2c5a62af42 (patch)
treec1a0d22b39e361f92f2de0cc1eec904893e83bd7 /getmock
parent58a20bf669547c29ed499cdf9fce27094474a475 (diff)
buider: build php70 SCL for F24
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock2
1 files changed, 1 insertions, 1 deletions
diff --git a/getmock b/getmock
index 0856b3e..934c379 100755
--- a/getmock
+++ b/getmock
@@ -287,7 +287,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 20 21 22 23
+ for i in 20 21 22 23 24
do
getOneMock scl70fc${i}x $opt
done