Skip to content
Snippets Groups Projects
Verified Commit 48078835 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

makefile: install scripts to bin instead of sbin

sbin isn't usr merge compliant, and it should have no functional impact by having it in bin
parent 638e77a5
Branches master
Tags 0.2.5
No related merge requests found
Pipeline #141274 passed
install:
install -Dm 755 src/swclock-offset-boot.sh \
$(DESTDIR)$(PREFIX)/sbin/swclock-offset-boot
$(DESTDIR)$(PREFIX)/bin/swclock-offset-boot
install -Dm 755 src/swclock-offset-shutdown.sh \
$(DESTDIR)$(PREFIX)/sbin/swclock-offset-shutdown
$(DESTDIR)$(PREFIX)/bin/swclock-offset-shutdown
install_openrc:
install -Dm 755 openrc/swclock-offset-boot.initd \
......
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