# As this is a architecture dependent package, we are not
# supposed to install stuff to /usr/share. MakeMaker creates
# the dirs, we delete them from the deb:
- rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+ # For some reason, the next line doesn't work properly under
+ # Ubuntu 5.10. No time to figure it out, we'll just use -f
+ # instead for now.
+ rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5 || echo "Ignoring rmdir failure"
touch install-stamp