diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 14:57:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 14:57:59 +0000 |
commit | 5ff6b4381025d1adb77fff25e7a0710b9c9e528a (patch) | |
tree | 8dc0fe075d60f15555bdbd49093297182da07ab8 /main/git/APKBUILD | |
parent | 827c781de93d46d6d9dc32524cc40a76948e665d (diff) | |
download | aports-5ff6b4381025d1adb77fff25e7a0710b9c9e528a.tar.bz2 aports-5ff6b4381025d1adb77fff25e7a0710b9c9e528a.tar.xz |
main/git: build fix
we actually need that busybox tar patch
Diffstat (limited to 'main/git/APKBUILD')
-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 c96f4044d6..919f922981 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -19,6 +19,7 @@ _makeopts="NO_ICONV=YesPlease build () { cd $srcdir/$pkgname-$pkgver + patch -p1 -i ../bb-tar.patch || return 1 make prefix=/usr DESTDIR="$pkgdir" $_makeopts || return 1 } @@ -42,4 +43,4 @@ perl() { md5sums="99708c449b23433136dbdfa38bd16d80 git-1.6.5.2.tar.bz2 -04e1bdf76a0bac568f8488daad07dce7 bb-tar.patch" +e63a201556c4f089de790805c09a2e5b bb-tar.patch" |