]> spindle.queued.net Git - midori/commitdiff
Fix path typo when rewriting mingw pkgconfig files
authorPaweł Forysiuk <tuxator@o2.pl>
Sat, 21 May 2011 20:40:48 +0000 (22:40 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 21 May 2011 20:57:50 +0000 (22:57 +0200)
win32/x86-mingw32-opensuse/install.sh

index 3d54e09700d9fb02c655c6310c7317516278b594..4c669f104a7b209641ac701300ef4d09fb6c69c5 100755 (executable)
@@ -71,7 +71,7 @@ do
   if [ -d $BUILD_PATH/usr/i686-w64-mingw32/sys-root/mingw ]
   then
     # convert pkgconfig files
-    if [ -d $BUILD_PATH/usr/i686-w64=mingw32/sys-root/mingw/lib/pkgconfig ]
+    if [ -d $BUILD_PATH/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig ]
     then
       sed -i -e 's@^prefix=.*@prefix='$INSTALL_PATH'@' -e 's@/usr/i686-w64-mingw32/sys-root/mingw@${prefix}@' $BUILD_PATH/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/*.pc
     fi