From 03de77993674843a1dc5ecbde17beff9218ec25c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Richard=20P=C3=B6ttler?= Date: Fri, 6 Jul 2007 08:29:04 +0200 Subject: [PATCH] cleaned up the p5-* build scripts --- p5-mp3-info/Pkgfile | 4 ++-- p5-unicode-string/Pkgfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/p5-mp3-info/Pkgfile b/p5-mp3-info/Pkgfile index d577390..268c8b5 100644 --- a/p5-mp3-info/Pkgfile +++ b/p5-mp3-info/Pkgfile @@ -13,7 +13,7 @@ build () { perl Makefile.PL make OPTIMIZE="$CFLAGS" make DESTDIR=$PKG install - find ${PKG} -name perllocal.pod -exec rm '{}' \; - find ${PKG} -name .packlist -exec rm '{}' \; + find ${PKG} -name perllocal.pod -delete + find ${PKG} -name .packlist -delete find $PKG -type d -empty -delete } diff --git a/p5-unicode-string/Pkgfile b/p5-unicode-string/Pkgfile index a940849..720e474 100644 --- a/p5-unicode-string/Pkgfile +++ b/p5-unicode-string/Pkgfile @@ -13,7 +13,7 @@ build () { perl Makefile.PL make OPTIMIZE="$CFLAGS" make DESTDIR=$PKG install - find ${PKG} -name perllocal.pod -exec rm '{}' \; - find ${PKG} -name .packlist -exec rm '{}' \; + find ${PKG} -name perllocal.pod -delete + find ${PKG} -name .packlist -delete find $PKG -type d -empty -delete } -- 2.11.4.GIT