diff options
-rw-r--r-- | base/p5-xml-simple/.footprint | 1 | ||||
-rw-r--r-- | base/p5-xml-simple/Pkgfile | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/base/p5-xml-simple/.footprint b/base/p5-xml-simple/.footprint index b969132b1..732921676 100644 --- a/base/p5-xml-simple/.footprint +++ b/base/p5-xml-simple/.footprint @@ -15,7 +15,6 @@ drwxr-xr-x root/root usr/share/man/man3/ -r--r--r-- root/root usr/share/man/man3/XML::Simple::FAQ.3.gz drwxr-xr-x root/root usr/share/perl5/ drwxr-xr-x root/root usr/share/perl5/base/ --rw-r--r-- root/root usr/share/perl5/base/perllocal.pod drwxr-xr-x root/root usr/share/perl5/site/ drwxr-xr-x root/root usr/share/perl5/site/XML/ -r--r--r-- root/root usr/share/perl5/site/XML/Simple.pm diff --git a/base/p5-xml-simple/Pkgfile b/base/p5-xml-simple/Pkgfile index 09ec5df12..46b570fbb 100644 --- a/base/p5-xml-simple/Pkgfile +++ b/base/p5-xml-simple/Pkgfile @@ -2,11 +2,10 @@ # URL: http://search.cpan.org/~grantm/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=p5-xml-simple version=2.18 -release=1 +release=2 source=(http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-$version.tar.gz) build() { @@ -15,6 +14,6 @@ build() { mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/ make make DESTDIR=$PKG install -# rm $PKG/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod + rm $PKG/usr/share/perl5/base/perllocal.pod rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod } |