--- trunk/pam-config/Makefile 2012/09/07 09:22:35 1908 +++ trunk/pam-config/Makefile 2012/10/10 09:02:17 1947 @@ -14,10 +14,12 @@ install: install -d $(DESTDIR)/${sysconfdir} install -d $(DESTDIR)/${securitydir} + install -d $(DESTDIR)/${securitydir}/limits.d install -d $(DESTDIR)/${pamdir} install -d $(DESTDIR)/${tmpfilesdir} install -m 0644 environment $(DESTDIR)/${sysconfdir}/ install -m 0644 securetty $(DESTDIR)/${sysconfdir}/ install -m 0644 console.handlers $(DESTDIR)/${securitydir}/ + install -m 0644 nproc.conf $(DESTDIR)/${securitydir}/limits.d/ install -m 0644 pam.tmpfiles.d $(DESTDIR)/${tmpfilesdir}/pam.conf install -m 0644 ${PAM_FILES} $(DESTDIR)/${pamdir}