--prefix was being set to empty - fix that.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 29 Oct 2008 16:54:08 +0000 (16:54 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 29 Oct 2008 16:54:08 +0000 (16:54 +0000)
filesystem/mingw32-configure.sh

index 73bb0ad..a8ed8fe 100755 (executable)
@@ -35,5 +35,5 @@ CFLAGS="$mingw32_cflags" \
 ./configure \
   --host=$mingw32_host \
   --target=$mingw32_target \
-  --prefix=$_mingw32_prefix \
+  --prefix=$mingw32_prefix \
   "$@"