diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 988583000aa..079d25ec0ac 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -1,6 +1,6 @@ # Template file for 'chroot-git' pkgname=chroot-git -version=2.43.1 +version=2.45.0 revision=1 bootstrap=yes makedepends="zlib-devel" @@ -9,7 +9,7 @@ maintainer="Đoàn Trần Công Danh " license="GPL-2.0-only" homepage="https://git-scm.com/" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2 +checksum=0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429 repository=bootstrap if [ "$CHROOT_READY" ]; then @@ -66,9 +66,7 @@ do_check() { } do_install() { - vmkdir usr/bin vmkdir usr/libexec/chroot-git - vbin git chroot-git vinstall git 755 usr/libexec/chroot-git ln -s git $DESTDIR/usr/libexec/chroot-git/git-upload-pack ln -s git $DESTDIR/usr/libexec/chroot-git/git-receive-pack