diff options
Diffstat (limited to 'extra/p5-crypt-ssleay/Pkgfile')
-rw-r--r-- | extra/p5-crypt-ssleay/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/p5-crypt-ssleay/Pkgfile b/extra/p5-crypt-ssleay/Pkgfile index 84b39cf22..257b9dfd0 100644 --- a/extra/p5-crypt-ssleay/Pkgfile +++ b/extra/p5-crypt-ssleay/Pkgfile @@ -15,6 +15,6 @@ cd Crypt-SSLeay-$version mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/ make make DESTDIR=$PKG install - rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod + find $PKG -name perllocal.pod -exec rm {} \; } |