summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-02 22:24:37 +0800
committerfredjo <frederic.joly@9online.fr>2009-11-02 23:03:45 +0800
commit0fe6838a50d51730b1284a2441648d63938674bb (patch)
tree376f9bc7e9a8311d558252551f3b1a70317b6b4c /extra
parent6213f27a129aa9edefc46b0106eec4351812b39d (diff)
downloadnutyx-pakxe-0fe6838a50d51730b1284a2441648d63938674bb.tar.gz
nutyx-pakxe-0fe6838a50d51730b1284a2441648d63938674bb.tar.bz2
nutyx-pakxe-0fe6838a50d51730b1284a2441648d63938674bb.tar.xz
nutyx-pakxe-0fe6838a50d51730b1284a2441648d63938674bb.zip
Ajout de p5-xml-simple#2.18-1
Diffstat (limited to 'extra')
-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
}