Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
autoradio
Commits
f34c9e51
Commit
f34c9e51
authored
Sep 27, 2015
by
ale
Browse files
godep is not necessary
parent
5d1ee52e
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
f34c9e51
...
...
@@ -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
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment