app-misc/physlock: create /etc/pam.d/physlock

Closes: https://github.com/gentoo/gentoo/pull/5493
This commit is contained in:
johannes walcher
2017-08-21 13:42:50 +02:00
committed by Tim Harder
parent 99fc2c71df
commit 988725bd49

View File

@@ -23,4 +23,5 @@ src_prepare() {
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
dosym login /etc/pam.d/${PN}
}