xbps-src: s/git/chroot-git/g
This commit is contained in:
parent
67206a5e26
commit
af6ee5374e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue