summaryrefslogtreecommitdiffstats
path: root/extra/p5-crypt-ssleay/Pkgfile
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-02 15:18:06 +0100
committerlesibel <lesibel@free.fr>2009-11-02 15:18:06 +0100
commit6afbb11982841cb7da09cf739358e8f2be775fa5 (patch)
tree68d8cfb10fe453bb81254a5d3d6a1b390c285799 /extra/p5-crypt-ssleay/Pkgfile
parentdf49fc489135392e0456e255715edb1f2a48651d (diff)
downloadnutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.tar.gz
nutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.tar.bz2
nutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.tar.xz
nutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.zip
Ajout de p5-crypt-ssleay#0.57_01
Diffstat (limited to 'extra/p5-crypt-ssleay/Pkgfile')
-rw-r--r--extra/p5-crypt-ssleay/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/p5-crypt-ssleay/Pkgfile b/extra/p5-crypt-ssleay/Pkgfile
index 6883f0db1..1ee43d1cf 100644
--- a/extra/p5-crypt-ssleay/Pkgfile
+++ b/extra/p5-crypt-ssleay/Pkgfile
@@ -12,9 +12,9 @@ source=(http://search.cpan.org/CPAN/authors/id/D/DL/DLAND/Crypt-SSLeay-$version.
build() {
cd Crypt-SSLeay-$version
echo "n" | perl Makefile.PL --lib=/usr
+ mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/
make
make DESTDIR=$PKG install
- find $PKG -name perllocal.pod|xargs rm
- find $PKG -empty | xargs rmdir -p ||:
+ rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod
}