mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
Set correct permissions (644) for systemd service file (#179)
This commit is contained in:
4
makefile
4
makefile
@@ -78,7 +78,7 @@ install: $(BIND)/$(NAME)
|
|||||||
@install -DZ $(RESD)/wsetup.sh -t $(DATADIR)
|
@install -DZ $(RESD)/wsetup.sh -t $(DATADIR)
|
||||||
@install -dZ $(DATADIR)/lang
|
@install -dZ $(DATADIR)/lang
|
||||||
@install -DZ $(RESD)/lang/* -t $(DATADIR)/lang
|
@install -DZ $(RESD)/lang/* -t $(DATADIR)/lang
|
||||||
@install -DZ $(RESD)/ly.service -t ${DESTDIR}/usr/lib/systemd/system
|
@install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system
|
||||||
|
|
||||||
installnoconf: $(BIND)/$(NAME)
|
installnoconf: $(BIND)/$(NAME)
|
||||||
@echo "installing without the configuration file"
|
@echo "installing without the configuration file"
|
||||||
@@ -88,7 +88,7 @@ installnoconf: $(BIND)/$(NAME)
|
|||||||
@install -DZ $(RESD)/wsetup.sh -t $(DATADIR)
|
@install -DZ $(RESD)/wsetup.sh -t $(DATADIR)
|
||||||
@install -dZ $(DATADIR)/lang
|
@install -dZ $(DATADIR)/lang
|
||||||
@install -DZ $(RESD)/lang/* -t $(DATADIR)/lang
|
@install -DZ $(RESD)/lang/* -t $(DATADIR)/lang
|
||||||
@install -DZ $(RESD)/ly.service -t ${DESTDIR}/usr/lib/systemd/system
|
@install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "uninstalling"
|
@echo "uninstalling"
|
||||||
|
|||||||
Reference in New Issue
Block a user