Fixed permission for log dir.
This commit is contained in:
parent
c426777520
commit
f3aade2b9f
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ install:
|
|||||||
|
|
||||||
install -Dm 0644 build/dwelling-upload.conf ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf
|
install -Dm 0644 build/dwelling-upload.conf ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf
|
||||||
|
|
||||||
install -Dm 0644 -d ${DESTDIR}var/log/dwelling-upload
|
install -Dm 0755 -d ${DESTDIR}var/log/dwelling-upload
|
||||||
|
|
||||||
stop-service:
|
stop-service:
|
||||||
${SYSCTL} stop ${TARGET}.service
|
${SYSCTL} stop ${TARGET}.service
|
||||||
|
Loading…
Reference in New Issue
Block a user