diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 16:11:21 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 16:11:21 +0200 |
commit | 7525197991fcbf7b25b35f4709f76e69fd2b2d18 (patch) | |
tree | a3039c17590f05cee79c1bc03e0d002e17ca989c /extra/p5-xml-parser/Pkgfile | |
parent | 8a77d14e22f26d460a3f5e0a0b54cc9ed224bd2f (diff) | |
download | nutyx-pakxe-7525197991fcbf7b25b35f4709f76e69fd2b2d18.tar.gz nutyx-pakxe-7525197991fcbf7b25b35f4709f76e69fd2b2d18.tar.bz2 nutyx-pakxe-7525197991fcbf7b25b35f4709f76e69fd2b2d18.tar.xz nutyx-pakxe-7525197991fcbf7b25b35f4709f76e69fd2b2d18.zip |
p5-xml-parser, maj footprint
Diffstat (limited to 'extra/p5-xml-parser/Pkgfile')
-rwxr-xr-x | extra/p5-xml-parser/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 '{}' \; } |