summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 16:11:21 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 16:11:21 +0200
commit7525197991fcbf7b25b35f4709f76e69fd2b2d18 (patch)
treea3039c17590f05cee79c1bc03e0d002e17ca989c
parent8a77d14e22f26d460a3f5e0a0b54cc9ed224bd2f (diff)
downloadnutyx-extra-7525197991fcbf7b25b35f4709f76e69fd2b2d18.tar.gz
nutyx-extra-7525197991fcbf7b25b35f4709f76e69fd2b2d18.tar.bz2
nutyx-extra-7525197991fcbf7b25b35f4709f76e69fd2b2d18.tar.xz
nutyx-extra-7525197991fcbf7b25b35f4709f76e69fd2b2d18.zip
p5-xml-parser, maj footprint
-rw-r--r--extra/p5-xml-parser/.footprint1
-rwxr-xr-xextra/p5-xml-parser/Pkgfile2
2 files changed, 1 insertions, 2 deletions
diff --git a/extra/p5-xml-parser/.footprint b/extra/p5-xml-parser/.footprint
index d7ae47787..27d04fdf2 100644
--- a/extra/p5-xml-parser/.footprint
+++ b/extra/p5-xml-parser/.footprint
@@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/5.12.0/
drwxr-xr-x root/root usr/lib/perl5/5.12.0/i686-linux-thread-multi/
--rw-r--r-- root/root usr/lib/perl5/5.12.0/i686-linux-thread-multi/perllocal.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/
diff --git a/extra/p5-xml-parser/Pkgfile b/extra/p5-xml-parser/Pkgfile
index 558669692..f875e176e 100755
--- a/extra/p5-xml-parser/Pkgfile
+++ b/extra/p5-xml-parser/Pkgfile
@@ -15,5 +15,5 @@ build() {
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
- find $PKG -name .packlist -o -name perllocal.pod -exec rm §'{}' \;
+ find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
}