diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-03 22:32:42 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-03 22:32:42 +0200 |
commit | 86076f2fdc59a00265a04fff35eefb964b255ea6 (patch) | |
tree | b04f617304cc5e3daf5612f0a7ba8d487d91e75a /extra/p5-crypt-ssleay/Pkgfile | |
parent | 19466f1b06cee8eff3244bd3bcc0f6b6e1a053c7 (diff) | |
download | nutyx-pakxe-86076f2fdc59a00265a04fff35eefb964b255ea6.tar.gz nutyx-pakxe-86076f2fdc59a00265a04fff35eefb964b255ea6.tar.bz2 nutyx-pakxe-86076f2fdc59a00265a04fff35eefb964b255ea6.tar.xz nutyx-pakxe-86076f2fdc59a00265a04fff35eefb964b255ea6.zip |
p5-crypt-ssleay maj footprint
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 {} \; } |