diff --git a/reactos/ChangeLog b/reactos/ChangeLog index 487c4a0e2e0..6223e030a8d 100644 --- a/reactos/ChangeLog +++ b/reactos/ChangeLog @@ -1,3 +1,7 @@ +2002-07-13 Casper S. Hornstrup + + * Makefile (install_before): Install system.hiv to correct location. + 2002-07-04 David Welch * subsys/win32k/include/callback.h: Fixed callback argument diff --git a/reactos/Makefile b/reactos/Makefile index 15226292c8d..4df9be3ce76 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -745,7 +745,7 @@ install_before: $(CP) bootc.lst $(INSTALL_DIR)/bootc.lst $(CP) boot.bat $(INSTALL_DIR)/boot.bat $(CP) aboot.bat $(INSTALL_DIR)/aboot.bat - $(CP) system.hiv $(INSTALL_DIR)/system32/system.hiv + $(CP) system.hiv $(INSTALL_DIR)/system32/config/system.hiv $(CP) media/fonts/helb____.ttf $(INSTALL_DIR)/media/fonts/helb____.ttf $(CP) media/fonts/timr____.ttf $(INSTALL_DIR)/media/fonts/timr____.ttf