sf-platform/build.xml
changeset 598 8d55bb26ab6f
parent 539 b8d92de47238
child 619 5a46e24ea747
--- a/sf-platform/build.xml	Mon Oct 05 18:28:44 2009 +0100
+++ b/sf-platform/build.xml	Tue Oct 06 10:40:00 2009 +0100
@@ -41,7 +41,7 @@
     <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true" />
 	<if><isset property="sf.spec.bldmefirst.gt.hrh.os"/>
 	 <then>
-	  <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh.os}" tofile="${build.drive}/epoc32/tools/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true" />
+	  <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh.os}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true" />
 	 </then>
 	</if>
   </target>