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
CIP-Admins
pcidentd
Commits
75b3fe65
Commit
75b3fe65
authored
Nov 02, 2017
by
Simon Ruderich
Browse files
debian/rules: install to /usr/sbin
dh-golang defaults to /usr/bin and I've found no better way to install to /usr/sbin.
parent
0c171719
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/pcidentd.service
View file @
75b3fe65
...
...
@@ -4,7 +4,7 @@ Wants=network.target
[Service]
Type
=
simple
ExecStart
=
/usr/bin/pcidentd
ExecStart
=
/usr/
s
bin/pcidentd
User
=
pcidentd
AmbientCapabilities
=
CAP_NET_BIND_SERVICE
...
...
debian/rules
View file @
75b3fe65
...
...
@@ -9,3 +9,7 @@ export DH_GOPKG := gitlab.cs.fau.de/icipguru/pcidentd
override_dh_auto_install:
dh_auto_install -- --no-source
override_dh_install:
dh_install
mv debian/pcidentd/usr/bin debian/pcidentd/usr/sbin
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