core-agent-linux/passwordless-root/debian/Makefile

8 lines
140 B
Makefile
Raw Normal View History

SYSCONFDIR ?= /etc
PAMDIR ?= $(SYSCONFDIR)/pam.d
.PHONY: install
install:
install -D -m 0644 pam.d_su.qubes $(DESTDIR)$(PAMDIR)/su.qubes