xbps-src: s/git/chroot-git/g

This commit is contained in:
Juan RP 2014-07-27 16:29:18 +02:00
parent 67206a5e26
commit af6ee5374e
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ hook() {
fi
cd $XBPS_SRCPKGDIR
rev="$(git rev-parse --short HEAD)"
rev="$(chroot-git rev-parse --short HEAD)"
echo "${sourcepkg}:${rev}"
echo "${sourcepkg}:${rev}" > $GITREVS_FILE
}