Fix a typo
This commit is contained in:
parent
53a97c8303
commit
0467e5fdb4
4
ant.spec
4
ant.spec
@ -367,8 +367,8 @@ build-jar-repository -s -p lib/optional antlr bcel javamail/mailapi jdepend juni
|
||||
|
||||
# fix hardcoded paths in ant script and conf
|
||||
cp -p %{SOURCE2} %{name}.conf
|
||||
sed -e 's:/etc/ant.conf:%{_synconfdir}/ant.conf:g' \
|
||||
-e 's:/etc/ant.d:%{_synconfdir}/ant.d:g' \
|
||||
sed -e 's:/etc/ant.conf:%{_sysconfdir}/ant.conf:g' \
|
||||
-e 's:/etc/ant.d:%{_sysconfdir}/ant.d:g' \
|
||||
-e 's:/usr/share/ant:%{_datadir}/ant:g' \
|
||||
-e 's:/usr/bin/build-classpath:%{_bindir}/build-classpath:g' \
|
||||
-e 's:/usr/share/java-utils/java-functions:%{_javadir}-utils/java-functions:g' \
|
||||
|
Loading…
Reference in New Issue
Block a user