From 7531504712d3908c374a63b7a5b3cf9f29388554 Mon Sep 17 00:00:00 2001 From: Vizzini Date: Thu, 20 Nov 2003 21:28:47 +0000 Subject: [PATCH] updated install location of rundll32 svn path=/trunk/; revision=6733 --- reactos/install-unix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/install-unix.sh b/reactos/install-unix.sh index a3c3bb26234..d1a567f7861 100755 --- a/reactos/install-unix.sh +++ b/reactos/install-unix.sh @@ -109,7 +109,7 @@ cp apps/utils/pice/module/pice.sys $ROS_INSTALL/system32/drivers cp apps/utils/pice/module/pice.sym $ROS_INSTALL/symbols cp apps/utils/pice/pice.cfg $ROS_INSTALL/symbols cp apps/utils/sc/sc.exe $ROS_INSTALL/bin -cp apps/utils/rundll32/rundll32.exe $ROS_INSTALL/bin +cp apps/utils/rundll32/rundll32.exe $ROS_INSTALL/system32 cp apps/tests/hello/hello.exe $ROS_INSTALL/bin cp apps/tests/args/args.exe $ROS_INSTALL/bin cp apps/tests/apc/apc.exe $ROS_INSTALL/bin