summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2007-02-16 13:55:34 +0000
committertheadib <theadib@users.sourceforge.net>2007-02-16 13:55:34 +0000
commit1228f739aab8731f5547cb244972253269af2528 (patch)
tree66748162b3d179f405f33d7f5b6234135fad4a98 /packaging
parentadded selection for following new lngs. bn en_AU eo id ro (diff)
downloadinkscape-1228f739aab8731f5547cb244972253269af2528.tar.gz
inkscape-1228f739aab8731f5547cb244972253269af2528.zip
cliparts -> clipart
(bzr r2380)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/win32/inkscape.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index b7fa1353b..35ecb74f9 100644
--- a/packaging/win32/inkscape.nsi
+++ b/packaging/win32/inkscape.nsi
@@ -407,12 +407,12 @@ FunctionEnd
SetOutPath $INSTDIR\lib\locale
File /nonfatal /a /r "..\..\inkscape\lib\locale\${polng}"
SetOutPath $INSTDIR\share\cliparts
- File /nonfatal /a /r "..\..\inkscape\share\cliparts\*.${polng}.svg"
+ File /nonfatal /a /r "..\..\inkscape\share\clipart\*.${polng}.svg"
; the keyboard tables
SetOutPath $INSTDIR\share\screens
File /nonfatal /a /r "..\..\inkscape\share\screens\*.${polng}.svg"
SetOutPath $INSTDIR\share\templates
- File /nonfatal /a /r "..\..\inkscape\share\templates\default.${polng}.svg"
+ File /nonfatal /a /r "..\..\inkscape\share\templates\*.${polng}.svg"
SetOutPath $INSTDIR\doc
File /nonfatal /a /r "..\..\inkscape\doc\keys.${polng}.xml"
File /nonfatal /a /r "..\..\inkscape\doc\keys.${polng}.html"