Magellan Linux

Diff of /tags/pam-config-1_7/Makefile

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

revision 1894 by niro, Thu Aug 30 13:44:59 2012 UTC revision 2900 by niro, Fri Nov 6 10:05:38 2015 UTC
# Line 3  Line 3 
3  sysconfdir = /etc  sysconfdir = /etc
4  securitydir = $(sysconfdir)/security  securitydir = $(sysconfdir)/security
5  pamdir = $(sysconfdir)/pam.d  pamdir = $(sysconfdir)/pam.d
6    tmpfilesdir = $(sysconfdir)/tmpfiles.d
7    
8  PAM_FILES = system-auth system-login system-local-login system-remote-login \  PAM_FILES = system-auth system-login system-local-login system-remote-login \
9   system-services other halt reboot poweroff   system-services other
10    
11  install:  all:
12   install -d $(DESTDIR)/%{sysconfdir}  test:
13   install -d $(DESTDIR)/%{securitydir}  clean:
  install -d $(DESTDIR)/%{pamdir}  
  install -m 0644 environment $(DESTDIR)/%{sysconfdir}/  
  install -m 0644 securetty $(DESTDIR)/%{sysconfdir}/  
  install -m 0644 console.handlers $(DESTDIR)/%{securitydir}/  
  install -m 0644 %{PAM_FILES} $(DESTDIR)/%{pamdir}  
14    
15  .phone all install  install:
16     install -d $(DESTDIR)/${sysconfdir}
17     install -d $(DESTDIR)/${securitydir}
18     install -d $(DESTDIR)/${securitydir}/limits.d
19     install -d $(DESTDIR)/${pamdir}
20     install -d $(DESTDIR)/${tmpfilesdir}
21     install -m 0644 environment $(DESTDIR)/${sysconfdir}/
22     install -m 0644 securetty $(DESTDIR)/${sysconfdir}/
23     install -m 0644 console.handlers $(DESTDIR)/${securitydir}/
24     install -m 0644 pam.tmpfiles.d $(DESTDIR)/${tmpfilesdir}/pam.conf
25     install -m 0644 ${PAM_FILES} $(DESTDIR)/${pamdir}

Legend:
Removed from v.1894  
changed lines
  Added in v.2900