Skip to content

Commit ca50867

Browse files
committed
get-sources: handle perl-Clone
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5423b7e commit ca50867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-sources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ do
224224
sf3_url="$azure_blobs_source_url/$filename"
225225
;;
226226
*)
227-
if test crypt != $name &&
227+
if test crypt != $name && test perl-Clone != $name &&
228228
test ! -d /usr/src/MSYS2-packages/$name
229229
then
230230
name2="$(cd /usr/src/MSYS2-packages/ &&

0 commit comments

Comments
 (0)