[Fedora-packaging] Java guidelines: ant specfile template bug

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Aug 5 18:01:09 UTC 2009


Hi all,


there's something wrong with
 find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
in
 http://fedoraproject.org/wiki/PackagingDrafts/Java#ant_2
since it doesn't remove .jar files.

 find \( -name '*.jar' -o -name '*.class' \) -exec rm -f '{}' \;
removes them correctly.

Could someone change the command to the working version?
-- 
Jussi Lehtola
Fedora Project Contributor
jussilehtola at fedoraproject.org




More information about the Fedora-packaging mailing list