From 549b4f53ea5d9ae3dd96b66f3ad33b5fedae4016 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 8 Sep 2009 12:58:41 +0000 Subject: main/git: remove perllocal.pod --- main/git/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 3b6431840c..192267cfb0 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=git pkgver=1.6.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" license="GPL2" @@ -35,6 +35,7 @@ perl() { mkdir -p "$subpkgdir"/${f%/*} mv "$f" "$subpkgdir"/${f%/*} done + find "$pkgdir" -name perllocal.pod -delete } -- cgit v1.2.3