We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e10b commit c8a9d8eCopy full SHA for c8a9d8e
Makefile
@@ -54,7 +54,7 @@ ifeq (${STARTUPSYS},upstart)
54
endif
55
ifeq (${STARTUPSYS},systemd)
56
@mkdir -p ${TARGETDIR}usr/lib/systemd/system
57
- @cp -r src/usr/lib/systemd/system/* ${TARGETDIR}etc/systemd/system/
+ @cp -r src/usr/lib/systemd/system/* ${TARGETDIR}usr/lib/systemd/system/
58
59
@echo "Installation completed"
60
0 commit comments