From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 29 Oct 2008 16:54:08 +0000 (+0000) Subject: --prefix was being set to empty - fix that. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7d1365b667b39ffa83467affb9331e7109918326;p=fedora-mingw.git --prefix was being set to empty - fix that. --- diff --git a/filesystem/mingw32-configure.sh b/filesystem/mingw32-configure.sh index 73bb0ad..a8ed8fe 100755 --- a/filesystem/mingw32-configure.sh +++ b/filesystem/mingw32-configure.sh @@ -35,5 +35,5 @@ CFLAGS="$mingw32_cflags" \ ./configure \ --host=$mingw32_host \ --target=$mingw32_target \ - --prefix=$_mingw32_prefix \ + --prefix=$mingw32_prefix \ "$@"