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

makefile: change install to install everything

`make install` should install everything, then packaging in distros can
choose how they include/exclude stuff. E.g. in pmOS/Alpine, the -openrc
abuild split function would stuff the openrc files into -openrc, and
some future -systemd split function (:fingers_crossed:) would move the systemd unit
files to some -systemd subpackage
parent 48078835
Branches master
Tags 0.2.5
No related merge requests found
Pipeline #141276 passed
install:
install: install_openrc install_systemd
install -Dm 755 src/swclock-offset-boot.sh \
$(DESTDIR)$(PREFIX)/bin/swclock-offset-boot
install -Dm 755 src/swclock-offset-shutdown.sh \
......
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