diff options
author | Paweł Forysiuk <tuxator@o2.pl> | 2013-11-19 19:09:34 +0100 |
---|---|---|
committer | Paweł Forysiuk <tuxator@o2.pl> | 2013-11-19 19:09:34 +0100 |
commit | 660a13ce54d9ba1e91ce1dcba90789e0487c4c54 (patch) | |
tree | afcc8a8de9472117a1012f6cd27d47843ee9932c /win32 | |
parent | 4e0ee30fd9de9f5de58b267af533831e1b6cb0b3 (diff) | |
download | midori-660a13ce54d9ba1e91ce1dcba90789e0487c4c54.tar.gz |
Get Greybird theme from the filesystem, it is not part of the mingw tree
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/makedist/makedist.midori | 3 |
1 files changed, 2 insertions, 1 deletions
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 |