diff --git a/ant.spec b/ant.spec index b35870e..778b006 100644 --- a/ant.spec +++ b/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' \