File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,14 +163,14 @@ install() {
163
163
if command -v go > /dev/null 2> /dev/null; then
164
164
set -e
165
165
if [ " $( go env GOOS) " = " linux" ]; then
166
- command install -C - m 0755 -d " ${destdir} /${prefix} /lib/systemd/system/"
167
- command install -C - m 0644 " ${builddir} " /systemd/* .service " ${destdir} /${prefix} /lib/systemd/system/"
166
+ command install -m 0755 -d " ${destdir} /${prefix} /lib/systemd/system/"
167
+ command install -m 0644 " ${builddir} " /systemd/* .service " ${destdir} /${prefix} /lib/systemd/system/"
168
168
fi
169
169
else
170
170
set -e
171
171
if [ " $( uname -s) " = " Linux" ]; then
172
- command install -C - m 0755 -d " ${destdir} /${prefix} /lib/systemd/system/"
173
- command install -C - m 0644 " ${builddir} " /systemd/* .service " ${destdir} /${prefix} /lib/systemd/system/"
172
+ command install -m 0755 -d " ${destdir} /${prefix} /lib/systemd/system/"
173
+ command install -m 0644 " ${builddir} " /systemd/* .service " ${destdir} /${prefix} /lib/systemd/system/"
174
174
fi
175
175
fi
176
176
You can’t perform that action at this time.
0 commit comments