summary refs log tree commit diff stats
path: root/win32/deps/cairo/release-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-03 16:31:24 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-03 16:31:24 +0200
commit4b699210bd9bab344e1462e7998f863f55836402 (patch)
treeaeb30e4845b81379086eb6d9128e4c4797f40d11 /win32/deps/cairo/release-x64.bat
parent73282c2d6cc2d0f44abfd94ccc6090785a64b623 (diff)
Move license files to share\doc
Diffstat (limited to 'win32/deps/cairo/release-x64.bat')
-rw-r--r--win32/deps/cairo/release-x64.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/deps/cairo/release-x64.bat b/win32/deps/cairo/release-x64.bat
index 8155ca85..10be2c03 100644
--- a/win32/deps/cairo/release-x64.bat
+++ b/win32/deps/cairo/release-x64.bat
@@ -8,7 +8,10 @@ set CAIRO_DEST=%cd%-rel
 echo.Press return when ready to install!

 pause

 

-copy COPYING %CAIRO_DEST%\LICENSE.CAIRO

+mkdir %CAIRO_DEST%\share

+mkdir %CAIRO_DEST%\share\doc

+mkdir %CAIRO_DEST%\share\doc\cairo

+copy COPYING %CAIRO_DEST%\share\doc\cairo

 

 cd %CAIRO_DEST%

 set PATH=%PATH%;%ProgramFiles%\7-zip