Magellan Linux

Diff of /trunk/pam-config/Makefile

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

revision 1899 by niro, Thu Aug 30 13:44:59 2012 UTC revision 1900 by niro, Thu Aug 30 13:54:37 2012 UTC
# Line 6  pamdir = $(sysconfdir)/pam.d Line 6  pamdir = $(sysconfdir)/pam.d
6    
7  PAM_FILES = system-auth system-login system-local-login system-remote-login \  PAM_FILES = system-auth system-login system-local-login system-remote-login \
8   system-services other halt reboot poweroff   system-services other halt reboot poweroff
9    all:
10    test:
11    clean:
12    
13  install:  install:
14   install -d $(DESTDIR)/%{sysconfdir}   install -d $(DESTDIR)/${sysconfdir}
15   install -d $(DESTDIR)/%{securitydir}   install -d $(DESTDIR)/${securitydir}
16   install -d $(DESTDIR)/%{pamdir}   install -d $(DESTDIR)/${pamdir}
17   install -m 0644 environment $(DESTDIR)/%{sysconfdir}/   install -m 0644 environment $(DESTDIR)/${sysconfdir}/
18   install -m 0644 securetty $(DESTDIR)/%{sysconfdir}/   install -m 0644 securetty $(DESTDIR)/${sysconfdir}/
19   install -m 0644 console.handlers $(DESTDIR)/%{securitydir}/   install -m 0644 console.handlers $(DESTDIR)/${securitydir}/
20   install -m 0644 %{PAM_FILES} $(DESTDIR)/%{pamdir}   install -m 0644 ${PAM_FILES} $(DESTDIR)/${pamdir}
21    
 .phone all install  

Legend:
Removed from v.1899  
changed lines
  Added in v.1900