diff options
| author | theAdib <theAdib@users.sourceforge.net> | 2006-11-22 21:02:16 +0000 |
|---|---|---|
| committer | theAdib <theAdib@users.sourceforge.net> | 2006-11-22 21:02:16 +0000 |
| commit | 5a5c21234eafcc96201ae0c4aa43661c622b7d80 (patch) | |
| tree | be1aadd331a724764f98be4bac145314e5408a0c /packaging | |
| parent | trying to nail the elusive disabled-mouse bug: if you're going to grab someth... (diff) | |
| download | inkscape-5a5c21234eafcc96201ae0c4aa43661c622b7d80.tar.gz inkscape-5a5c21234eafcc96201ae0c4aa43661c622b7d80.zip | |
small modifications because of new buildsystem
(bzr r2006)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/win32/inkscape.nsi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 1e8e17d19..2192f3fb8 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -503,9 +503,9 @@ Section $(lng_Core) SecCore File /a "..\..\inkscape\COPYING" File /a "..\..\inkscape\COPYING.LIB" File /a "..\..\inkscape\NEWS" - File /a "..\..\inkscape\HACKING.txt" + File /nonfatal /a "..\..\inkscape\HACKING.txt" File /a "..\..\inkscape\README" - File /a "..\..\inkscape\README.txt" + File /nonfatal /a "..\..\inkscape\README.txt" File /a "..\..\inkscape\TRANSLATORS" File /nonfatal /a /r "..\..\inkscape\data" File /nonfatal /a /r "..\..\inkscape\doc" @@ -518,6 +518,9 @@ Section $(lng_Core) SecCore SetOutPath $INSTDIR\share\extensions File /a "..\..\inkscape\share\extensions\pdf_output.inx.txt" File /a "..\..\inkscape\share\extensions\pdf_output_via_gs_on_win32.inx.txt" + SetOutPath $INSTDIR\share\icons + File /a "..\..\inkscape\share\icons\inkscape.file.png" + File /a "..\..\inkscape\share\icons\inkscape.file.svg" SetOutPath $INSTDIR\modules File /nonfatal /a /r "..\..\inkscape\modules\*.*" SetOutPath $INSTDIR\python |
