mirror of https://github.com/fairyglade/ly.git
Oops removed service install from install.
Also added tiny clarification of installing ly within install and installnoconf.
This commit is contained in:
parent
fc69b40bef
commit
fbcceb4689
5
makefile
5
makefile
|
|
@ -70,7 +70,7 @@ leakgrind: $(BIND)/$(NAME)
|
||||||
@less valgrind.log
|
@less valgrind.log
|
||||||
|
|
||||||
install: $(BIND)/$(NAME)
|
install: $(BIND)/$(NAME)
|
||||||
@echo "installing"
|
@echo "installing ly"
|
||||||
@install -dZ ${DESTDIR}/etc/ly
|
@install -dZ ${DESTDIR}/etc/ly
|
||||||
@install -DZ $(BIND)/$(NAME) -t ${DESTDIR}/usr/bin
|
@install -DZ $(BIND)/$(NAME) -t ${DESTDIR}/usr/bin
|
||||||
@install -DZ $(RESD)/config.ini -t ${DESTDIR}/etc/ly
|
@install -DZ $(RESD)/config.ini -t ${DESTDIR}/etc/ly
|
||||||
|
|
@ -78,11 +78,10 @@ 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 -m 644 -t ${DESTDIR}/usr/lib/systemd/system
|
|
||||||
@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
|
@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
|
||||||
|
|
||||||
installnoconf: $(BIND)/$(NAME)
|
installnoconf: $(BIND)/$(NAME)
|
||||||
@echo "installing without the configuration file"
|
@echo "installing ly without the configuration file"
|
||||||
@install -dZ ${DESTDIR}/etc/ly
|
@install -dZ ${DESTDIR}/etc/ly
|
||||||
@install -DZ $(BIND)/$(NAME) -t ${DESTDIR}/usr/bin
|
@install -DZ $(BIND)/$(NAME) -t ${DESTDIR}/usr/bin
|
||||||
@install -DZ $(RESD)/xsetup.sh -t $(DATADIR)
|
@install -DZ $(RESD)/xsetup.sh -t $(DATADIR)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue