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)