]> spindle.queued.net Git - midori/commitdiff
makedist.midori: Copy MS-Windows theme only for GTK2 builds
authorPaweł Forysiuk <tuxator@o2.pl>
Thu, 23 Aug 2012 04:45:21 +0000 (06:45 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 25 Aug 2012 15:03:59 +0000 (17:03 +0200)
win32/makedist/makedist.midori

index d9a787768e1478aa15896c293105de61a231d3bd..478dd51fd9d33441512f5794cab8ef487a86cb58 100755 (executable)
@@ -171,7 +171,6 @@ echo -n .
 # copy share
 grab_files share midori
 grab_files share icons
-grab_files share MS-Windows
 grab_files share mime
 grab_files share midori.mo
 
@@ -180,6 +179,7 @@ if [ "$GTK3_BUILD" == "1" ]; then
     grab_files share schemas
     MO_VER=30
 else
+    grab_files share MS-Windows
     grab_files share webkitgtk-1.0
     MO_VER=20
 fi