add some line feeds

This commit is contained in:
zzz
2011-12-17 14:30:14 +00:00
parent 18b8ddc419
commit b18e7c7839

View File

@ -888,7 +888,7 @@
<arg value="history.txt" /> <arg value="history.txt" />
</exec> </exec>
<exec executable="echo" osfamily="unix" failifexecutionfails="true" output="pkg-temp/history.txt" append="true"> <exec executable="echo" osfamily="unix" failifexecutionfails="true" output="pkg-temp/history.txt" append="true">
<arg value="EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" /> <arg value="&#10;&#10;----------------&#10;&#10;EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" />
</exec> </exec>
<copy file="installer/resources/deletelist.txt" todir="pkg-temp/" /> <copy file="installer/resources/deletelist.txt" todir="pkg-temp/" />
<!-- May be pointless now, people with split directories will never see this, <!-- May be pointless now, people with split directories will never see this,