diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-09 11:59:50 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-09 12:00:48 +0000 |
commit | cf2344dd6e41785c76eee199eb79f6eb43ada6bc (patch) | |
tree | f71ef088c3876f086fce3baecf42eb64dd869f75 /readlicense_oo/prj | |
parent | 5e645c5ca4d6b570eae986c15dfcc3246ceb1581 (diff) |
cleanup deliver syntax
Diffstat (limited to 'readlicense_oo/prj')
-rw-r--r-- | readlicense_oo/prj/d.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readlicense_oo/prj/d.lst b/readlicense_oo/prj/d.lst index 1739f6fa5321..d4d5026dc0b8 100644 --- a/readlicense_oo/prj/d.lst +++ b/readlicense_oo/prj/d.lst @@ -4,9 +4,9 @@ mkdir: %_DEST%\pck%_EXT% dos: echo ===================================================================== dos: echo Delivering LICENSE files dos: echo ===================================================================== -..\%__SRC%\misc\LICENSE %_DEST%\bin%_EXT%\osl -..\%__SRC%\misc\license.txt %_DEST%\bin%_EXT%\osl -..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\osl +..\%__SRC%\misc\LICENSE %_DEST%\bin%_EXT%\osl\LICENSE +..\%__SRC%\misc\license.txt %_DEST%\bin%_EXT%\osl\license.txt +..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\osl\LICENSE.odt ..\%__SRC%\misc\LICENSE.odt %_DEST%\bin%_EXT%\LICENSE.odt ..\%__SRC%\misc\CREDITS.odt %_DEST%\bin%_EXT%\CREDITS.odt |