diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-05-13 22:47:28 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-05-13 22:47:28 +0000 |
| commit | 0d4d9202aeb8df3f442381a05b89e8239b959ef3 (patch) | |
| tree | 205e0081503fc6e491399dbd6974bd8c5c77de4c | |
| parent | add 64-bit Windows build-x64.xml (diff) | |
| download | inkscape-0d4d9202aeb8df3f442381a05b89e8239b959ef3.tar.gz inkscape-0d4d9202aeb8df3f442381a05b89e8239b959ef3.zip | |
win64 - delete hicolor icon theme folder, halts inkscape ohterwise
(bzr r13341.1.21)
| -rw-r--r-- | build-x64.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-x64.xml b/build-x64.xml index 68f6b7595..6bb8c52e9 100644 --- a/build-x64.xml +++ b/build-x64.xml @@ -761,6 +761,9 @@ <exclude name=".*\.sh"/> </fileset> </copy> + <!-- Quick fix for the following problem: having the hicolor folder there with empty index file bugs booting inkscape... --> + <delete dir="${dist}/share/icons/hicolor"/> + <copy todir="${dist}/share"> <fileset dir="${devlibs}/share/locale"/> </copy> <copy todir="${dist}/share"> <fileset dir="${devlibs}/share/themes"/> </copy> <copy todir="${dist}/lib"> |
