[BOOTDATA]: Normally, in the hybridcd, the livecd stuff should go into its own subdir...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 29 Jan 2016 01:18:53 +0000 (01:18 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 29 Jan 2016 01:18:53 +0000 (01:18 +0000)
svn path=/trunk/; revision=70655

reactos/boot/CMakeLists.txt

index 7dbf421..2e42026 100644 (file)
@@ -58,7 +58,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "")
 
 #create the empty Desktop, Favorites, and Start Menu folders
 file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Desktop\n")
-file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "Profiles/Default User/Favorites\n")
+file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Favorites\n")
 file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Start Menu/Programs\n")
 
 add_custom_target(hybridcd