]> git.pld-linux.org Git - packages/java-commons-daemon.git/blob - jakarta-commons-daemon-nobat.patch
- DON'T hardcode java paths!
[packages/java-commons-daemon.git] / jakarta-commons-daemon-nobat.patch
1 --- commons-daemon-src/build.xml.orig   Thu Jul 11 23:37:40 2002
2 +++ commons-daemon-src/build.xml        Wed Mar 26 03:14:22 2003
3 @@ -227,11 +227,7 @@
4      <copy     todir="${dist.home}/lib" filtering="off">
5        <fileset dir="${ant.home}/lib" includes="*.jar"/>
6      </copy>
7 -    <fixcrlf srcdir="${ant.home}/bin"
8 -           includes="antRun.bat"
9 -            destdir="${dist.home}/bin"
10 -                eol="crlf"/>
11 -    <fixcrlf srcdir="${ant.home}/bin"
12 +    <fixcrlf srcdir="/usr/bin"
13             includes="antRun"
14              destdir="${dist.home}/bin"
15                  eol="lf"/>
This page took 0.05563 seconds and 3 git commands to generate.