chore: do not force owner root in install (allow local install)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
11b452b438
commit
595cdb8f3a
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -16,7 +16,6 @@ test:
|
||||||
install:
|
install:
|
||||||
install \
|
install \
|
||||||
-m 755 \
|
-m 755 \
|
||||||
-o root \
|
|
||||||
bin/code-preloader \
|
bin/code-preloader \
|
||||||
$(PREFIX)/bin
|
$(PREFIX)/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue