summaryrefslogtreecommitdiffstats
path: root/extra/p5-xml-simple
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-02 15:24:37 +0100
committerlesibel <lesibel@free.fr>2009-11-02 15:24:37 +0100
commitc1815c9115ed2eae1fcb3cf8a0423a5b696dd718 (patch)
tree0415374bd069306a2d07443e5dbe6c593f5ad5b8 /extra/p5-xml-simple
parent336a3698e9469633eebb0df49b398d3ff0b58ffa (diff)
downloadnutyx-extra-c1815c9115ed2eae1fcb3cf8a0423a5b696dd718.tar.gz
nutyx-extra-c1815c9115ed2eae1fcb3cf8a0423a5b696dd718.tar.bz2
nutyx-extra-c1815c9115ed2eae1fcb3cf8a0423a5b696dd718.tar.xz
nutyx-extra-c1815c9115ed2eae1fcb3cf8a0423a5b696dd718.zip
Ajout de p5-xml-simple#2.18-1
Diffstat (limited to 'extra/p5-xml-simple')
-rw-r--r--extra/p5-xml-simple/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/p5-xml-simple/Pkgfile b/extra/p5-xml-simple/Pkgfile
index 79d86dea2..1fa407346 100644
--- a/extra/p5-xml-simple/Pkgfile
+++ b/extra/p5-xml-simple/Pkgfile
@@ -12,7 +12,9 @@ source=(http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-$version.t
build() {
cd XML-Simple-$version
perl Makefile.PL
+ 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
+# rm $PKG/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
+ rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod
}