mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[HYBRIDCD]: It appears we need to manually create the default_user/desktop folder to not fail (as we do for the real livecd).
svn path=/trunk/; revision=66081
This commit is contained in:
parent
ea6251ad97
commit
a40388d89c
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ add_custom_target(livecd
|
|||
VERBATIM)
|
||||
|
||||
##hybridcd
|
||||
#clear it out
|
||||
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "")
|
||||
#clear it out and create the empty Desktop folder
|
||||
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Desktop\n")
|
||||
|
||||
add_custom_target(hybridcd
|
||||
COMMAND native-cdmake -j -m -b ${CMAKE_CURRENT_BINARY_DIR}/freeldr/bootsect/isoboot.bin @${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst REACTOS ${REACTOS_BINARY_DIR}/hybridcd.iso
|
||||
|
|
Loading…
Reference in a new issue