Skip to content

Commit

Permalink
* correct error message
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5253 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
f1ori committed Oct 5, 2008
1 parent fe6142a commit ed51ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -754,7 +754,7 @@
<target name="installonlinux">
<!-- check for jar-file -->
<available file="yacy.jar" property="built"/>
<fail message="Please build yacy with 'ant clean all'" unless="built"/>
<fail message="Please build yacy with 'ant clean build-jar'" unless="built"/>
<!-- copy main class files -->
<copy todir="${DESTDIR}/usr/share/java/">
<fileset dir=".">
Expand Down

0 comments on commit ed51ccf

Please sign in to comment.