app-emulation/docker: remove dirty marker

This commit is contained in:
Alex Crawford 2015-12-21 14:04:02 -08:00
parent c25c23c068
commit a49030e944
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() {