X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=debian%2Frules;h=315f5492f4847b4063b994256efa39eea99d8ee6;hp=bf116f4ec5d1f781e2c204d0d8114c0d192f54a2;hb=6a0d8545ce3551d98f578863dc684c1ee89503b2;hpb=fd3b37772b8be53cd079f2c34ba4f8cdc422d29d diff --git a/debian/rules b/debian/rules index bf116f4..315f549 100755 --- a/debian/rules +++ b/debian/rules @@ -43,10 +43,7 @@ install-stamp: $(MAKE) test $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - # As this is a architecture independent package, we are not - # supposed to install stuff to /usr/lib. MakeMaker creates - # the dirs, we delete them from the deb: - rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 touch install-stamp