Author: spetreolle Date: Thu Apr 21 20:18:05 2016 New Revision: 71187
URL: http://svn.reactos.org/svn/reactos?rev=71187&view=rev Log: Save the ReiserFS driver in the right place on installation CDs. Patch by Peter Hater.
CORE-11005
Modified: trunk/reactos/drivers/filesystems/reiserfs/CMakeLists.txt
Modified: trunk/reactos/drivers/filesystems/reiserfs/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/reiserf... ============================================================================== --- trunk/reactos/drivers/filesystems/reiserfs/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/reiserfs/CMakeLists.txt [iso-8859-1] Thu Apr 21 20:18:05 2016 @@ -94,4 +94,4 @@ set_module_type(reiserfs kernelmodedriver) add_importlibs(reiserfs ntoskrnl hal) add_pch(reiserfs inc/rfsd.h SOURCE) -add_cd_file(TARGET reiserfs DESTINATION system32/drivers NO_CAB FOR all) +add_cd_file(TARGET reiserfs DESTINATION reactos/system32/drivers NO_CAB FOR all)