Update perl distcheck hack for new location.
authorRobert Collins <robertc@robertcollins.net>
Sat, 30 Nov 2013 09:12:43 +0000 (22:12 +1300)
committerRobert Collins <robertc@robertcollins.net>
Sat, 30 Nov 2013 09:12:43 +0000 (22:12 +1300)
perl/Makefile.PL.in

index 9289594b708fd7d56187ae619b3ffcefbd2c0446..90a6a5e84352cec748d5e8140b2b079bea5f72fa 100755 (executable)
@@ -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@