mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
use custom pam service name
This commit is contained in:
3
makefile
3
makefile
@@ -79,6 +79,7 @@ install: $(BIND)/$(NAME)
|
||||
@install -dZ $(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
|
||||
|
||||
installnoconf: $(BIND)/$(NAME)
|
||||
@echo "installing without the configuration file"
|
||||
@@ -89,6 +90,7 @@ installnoconf: $(BIND)/$(NAME)
|
||||
@install -dZ $(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
|
||||
|
||||
uninstall:
|
||||
@echo "uninstalling"
|
||||
@@ -96,6 +98,7 @@ uninstall:
|
||||
@rm -rf $(DATADIR)
|
||||
@rm -f ${DESTDIR}/usr/bin/ly
|
||||
@rm -f ${DESTDIR}/usr/lib/systemd/system/ly.service
|
||||
@rm -f ${DESTDIR}/etc/pam.d/ly
|
||||
|
||||
clean:
|
||||
@echo "cleaning"
|
||||
|
||||
Reference in New Issue
Block a user