summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-11-30 22:12:43 +1300
committerRobert Collins <robertc@robertcollins.net>2013-11-30 22:12:43 +1300
commit1ecbea5cd29ded9c2ccf4f41d796f3f639c61f5c (patch)
tree6c98dcff9eb6126504699de7df80e61dea21b0f8
parentcc613f9abc068c8cd1430cbb9b1e887bf912f9b2 (diff)
downloadsubunit-1ecbea5cd29ded9c2ccf4f41d796f3f639c61f5c.tar.gz
Update perl distcheck hack for new location.
-rwxr-xr-xperl/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in
index 9289594..90a6a5e 100755
--- a/perl/Makefile.PL.in
+++ b/perl/Makefile.PL.in
@@ -12,7 +12,7 @@ sub MY::postamble {
check: # test
uninstall_distcheck:
- rm -fr $(DESTINSTALLARCHLIB)
+ find $(DESTDIR)$(INSTALLSITEARCH) -type f -exec rm {} \;
rm MYMETA.yml
VPATH = @srcdir@