Rename base packages mingw -> mingw32.
[fedora-mingw.git] / filesystem / mingw32-find-provides.sh
similarity index 93%
rename from filesystem/mingw-find-provides.sh
rename to filesystem/mingw32-find-provides.sh
index eba2243..966360b 100755 (executable)
@@ -16,5 +16,5 @@ dlls=$(echo $filelist | tr [:blank:] '\n' | grep '\.dll$')
 
 for f in $dlls; do
     basename=`basename $f | tr [:upper:] [:lower:]`
-    echo "mingw($basename)"
+    echo "mingw32($basename)"
 done