reopen 463440 notfixed 463440 0.02-2 thanks -=| Debian Bug Tracking System, Thu, Jan 31, 2008 at 07:39:09PM +0000 |=- > * Fix FTBFS with perl 5.10 (rules could not cope with a non-broken > MakeMaker). closes: #463440.
Still fails (wrapped for readability):
test -d /tmp/buildd/libuuid-perl-0.02/debian/libuuid-perl/usr/share/perl5 \
&& rmdir --ignore-fail-on-non-empty --parents \
/tmp/buildd/libuuid-perl-0.02/debian/libuuid-perl/usr/share/perl5
make: *** [install-stamp] Error 1
test && rmdir fails when the directory does not exist. It should be
! test || rmdir.
--
dam JabberID: [EMAIL PROTECTED]
signature.asc
Description: Digital signature

