Fail if repository cannot be created

This commit is contained in:
HungryHobo
2010-11-09 22:19:32 +00:00
parent 5d9a7b9452
commit ab432e14ee
2 changed files with 3 additions and 3 deletions

View File

@ -962,7 +962,7 @@
</exec>
</target>
<target name="debianrepo" depends="debian">
<exec dir="debian" executable="./makerepo.sh" />
<exec dir="debian" executable="./makerepo.sh" failonerror="true"/>
</target>
<!-- the following are appened to help build barebone portable version,