[arch-commits] CVS update of extra/lib/perl-io-zlib (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 17 16:54:51 UTC 2007
Date: Sunday, June 17, 2007 @ 12:54:51
Author: jgc
Path: /home/cvs-extra/extra/lib/perl-io-zlib
Modified: PKGBUILD (1.4 -> 1.5)
Fix removal of packlist/pod
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Index: extra/lib/perl-io-zlib/PKGBUILD
diff -u extra/lib/perl-io-zlib/PKGBUILD:1.4 extra/lib/perl-io-zlib/PKGBUILD:1.5
--- extra/lib/perl-io-zlib/PKGBUILD:1.4 Sun Jun 17 12:50:43 2007
+++ extra/lib/perl-io-zlib/PKGBUILD Sun Jun 17 12:54:51 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.4 2007/06/17 16:50:43 jgc Exp $
+# $Id: PKGBUILD,v 1.5 2007/06/17 16:54:51 jgc Exp $
# Maintainer: Dale Blount <dale at archlinux.org>
pkgname=perl-io-zlib
@@ -22,6 +22,7 @@
make || return 1
make DESTDIR=${startdir}/pkg install
- rm -f ${startdir}/pkg/usr/lib/perl5/current/${CARCH}-linux-thread-multi/perllocal.pod
- rm -f ${startdir}/pkg/usr/lib/perl5/site_perl/current/${CARCH}-linux-thread-multi/auto/IO/Zlib/.packlist
+ find ${startdir}/pkg -name '.packlist' -exec rm -f {} \;
+ find ${startdir}/pkg -name 'perllocal.pod' -exec rm -f {} \;
+
}
More information about the arch-commits
mailing list