Skip to content
Snippets Groups Projects
Commit f34c9e51 authored by ale's avatar ale
Browse files

godep is not necessary

parent 5d1ee52e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ override_dh_install:
export GOPATH=$$tmpdir ; unset GOBIN ; \
mkdir -p $$tmpdir/src/$(dir $(GOPKG)) ; \
ln -s $(CURDIR) $$tmpdir/src/$(GOPKG) ; \
cd $$tmpdir/src/$(GOPKG) && godep go install -v ./... && \
cd $$tmpdir/src/$(GOPKG) && go install -v ./... && \
for bin in radiod redirectord radioctl ; do \
install -m 755 -o root -g root $$tmpdir/bin/$$bin $(DESTDIR)/usr/bin/$$bin ; \
done ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment