diff --git a/projects/certdehydrate-dane-rest-api/build b/projects/certdehydrate-dane-rest-api/build index e32a830..6df2e50 100644 --- a/projects/certdehydrate-dane-rest-api/build +++ b/projects/certdehydrate-dane-rest-api/build @@ -9,12 +9,6 @@ mkdir -p $distdir tar -C /var/tmp/dist -xf [% c('input_files_by_name/' _ dep) %] [% END -%] -# Workaround for mixed versions of miekg/dns -# TODO: remove this once upstream q is fixed for current dns versions -rm -rf $GOPATH/src/github.com/miekg/dns -rm -rf $GOPATH/pkg/${GOOS}_${GOARCH}/github.com/miekg/dns.a -tar -C /var/tmp/dist -xf [% c('input_files_by_name/godns') %] - mkdir -p $GOPATH/src/github.com/namecoin tar -C $GOPATH/src/github.com/namecoin -xf [% project %]-[% c('version') %].tar.gz mv $GOPATH/src/github.com/namecoin/certdehydrate-dane-rest-api-[% c('version') %] $GOPATH/src/github.com/namecoin/certdehydrate-dane-rest-api