From: theadib Date: Fri, 16 Feb 2007 13:55:34 +0000 (+0000) Subject: cliparts -> clipart X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=69f6331b6b745d774d8fef33f8bcbdc0a95607fa;p=inkscape.git cliparts -> clipart --- 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"