Merge pull request #1702 from crawford/docker

app-emulation/docker: remove dirty marker
This commit is contained in:
Alex Crawford 2015-12-21 14:08:21 -08:00
commit cdcfbf329e
2 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ pkg_setup() {
src_prepare() {
# allow user patches (use sparingly - upstream won't support them)
epatch_user
# remove the .git directory so that hack/make.sh uses DOCKER_GITCOMMIT
# for the commit hash.
rm --recursive --force .git
}
go_get_arch() {