Magellan Linux

Diff of /trunk/pam-config/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1946 by niro, Fri Sep 7 09:22:35 2012 UTC revision 1947 by niro, Wed Oct 10 09:02:17 2012 UTC
# Line 14  clean: Line 14  clean:
14  install:  install:
15   install -d $(DESTDIR)/${sysconfdir}   install -d $(DESTDIR)/${sysconfdir}
16   install -d $(DESTDIR)/${securitydir}   install -d $(DESTDIR)/${securitydir}
17     install -d $(DESTDIR)/${securitydir}/limits.d
18   install -d $(DESTDIR)/${pamdir}   install -d $(DESTDIR)/${pamdir}
19   install -d $(DESTDIR)/${tmpfilesdir}   install -d $(DESTDIR)/${tmpfilesdir}
20   install -m 0644 environment $(DESTDIR)/${sysconfdir}/   install -m 0644 environment $(DESTDIR)/${sysconfdir}/
21   install -m 0644 securetty $(DESTDIR)/${sysconfdir}/   install -m 0644 securetty $(DESTDIR)/${sysconfdir}/
22   install -m 0644 console.handlers $(DESTDIR)/${securitydir}/   install -m 0644 console.handlers $(DESTDIR)/${securitydir}/
23     install -m 0644 nproc.conf $(DESTDIR)/${securitydir}/limits.d/
24   install -m 0644 pam.tmpfiles.d $(DESTDIR)/${tmpfilesdir}/pam.conf   install -m 0644 pam.tmpfiles.d $(DESTDIR)/${tmpfilesdir}/pam.conf
25   install -m 0644 ${PAM_FILES} $(DESTDIR)/${pamdir}   install -m 0644 ${PAM_FILES} $(DESTDIR)/${pamdir}

Legend:
Removed from v.1946  
changed lines
  Added in v.1947