Bug#646514: javahelper: jh_repack fails if folders *.jar exist

Andrew Ross ubuntu at rossfamily.co.uk
Mon Oct 24 17:46:06 UTC 2011


Package: javahelper
Version: 0.37
Severity: normal


If a package contains folders whose names match *.jar then jh_repack 
fails with messages like:

rm: cannot remove `./branding/core/core.jar': Is a directory

The find command should probably be changed to:
find . -name '*.jar' -type f -print0 | xargs -0 rm -f

Thanks,
Andy





More information about the pkg-java-maintainers mailing list