From eae70013395d1a26f56e63a9694ff59433c8a44e Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Thu, 21 Apr 2016 20:18:05 +0000 Subject: [PATCH] Save the ReiserFS driver in the right place on installation CDs. Patch by Peter Hater. CORE-11005 svn path=/trunk/; revision=71187 --- reactos/drivers/filesystems/reiserfs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/filesystems/reiserfs/CMakeLists.txt b/reactos/drivers/filesystems/reiserfs/CMakeLists.txt index 3ad4fed4ab6..4ec66cfea7a 100644 --- a/reactos/drivers/filesystems/reiserfs/CMakeLists.txt +++ b/reactos/drivers/filesystems/reiserfs/CMakeLists.txt @@ -94,4 +94,4 @@ add_definitions(-D__KERNEL__) 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)