From 660a13ce54d9ba1e91ce1dcba90789e0487c4c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Tue, 19 Nov 2013 19:09:34 +0100 Subject: Get Greybird theme from the filesystem, it is not part of the mingw tree --- win32/makedist/makedist.midori | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index 7dc39555..b12b5637 100755 --- a/win32/makedist/makedist.midori +++ b/win32/makedist/makedist.midori @@ -249,7 +249,8 @@ cp -a /etc/pki/tls/certs/ca-bundle.crt $workdir/share/midori/res/ if [ "$GTK3_BUILD" == "1" ]; then grab_files share webkitgtk-3.0 grab_files share schemas - grab_files share/themes/Greybird/ gtk-3.0 + mkdir -p $workdir/share/themes/Greybird + cp -Lr /usr/share/themes/Greybird/gtk-3.0 $workdir/share/themes/Greybird MO_VER=30 else grab_files share MS-Windows -- cgit v1.2.1