From 19fe469034903baaa5c87a238b9d55a697e12926 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Sep 2023 15:56:04 +0200 Subject: fc39 aarch64 helpers --- getmock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 103b2ad..ec1e79a 100755 --- a/getmock +++ b/getmock @@ -163,7 +163,7 @@ el??83) fi type=enterprise ;; -fc??x74) +fc???74) dep=${1:2:2} if [ "$2" == "php74" -o "$2" == "test74" ] then rep=$rep @@ -173,7 +173,7 @@ fc??x74) fi type=fedora ;; -fc??x80) +fc???80) dep=${1:2:2} if [ "$2" == "php80" -o "$2" == "test80" ] then rep=$rep @@ -183,7 +183,7 @@ fc??x80) fi type=fedora ;; -fc??x81) +fc???81) dep=${1:2:2} if [ "$2" == "php81" -o "$2" == "test81" ] then rep=$rep @@ -193,7 +193,7 @@ fc??x81) fi type=fedora ;; -fc??x82) +fc???82) dep=${1:2:2} if [ "$2" == "php82" -o "$2" == "test82" ] then rep=$rep @@ -203,7 +203,7 @@ fc??x82) fi type=fedora ;; -fc??x83) +fc???83) dep=${1:2:2} if [ "$2" == "php83" -o "$2" == "test83" ] then rep=$rep -- cgit