diff options
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 3b6431840..192267cfb 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 } |