Changeset 75

Show
Ignore:
Timestamp:
06/01/07 07:40:32 (2 years ago)
Author:
zcutlip
Message:

remove extraneous Makefile.am
fix Makefile to not set user and group ownership to root.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL5/pam_tally3/Makefile

    r72 r75  
    3232        test -d $(DESTDIR)$(SBIN) || install -m 755 -d $(DESTDIR)$(SBIN) 
    3333        test -d $(DESTDIR)$(DOC) || install -m 755 -d $(DESTDIR)$(DOC) 
    34         install -s -o0 -g0 -m755 $(PAM_MODULE) $(DESTDIR)$(LIB_SECURITY) 
    35         install -s -o0 -g0 -m755 $(APP) $(DESTDIR)$(SBIN) 
    36         install -o0 -g0 -m644 doc/* $(DESTDIR)$(DOC) 
     34        install -s -m755 $(PAM_MODULE) $(DESTDIR)$(LIB_SECURITY) 
     35        install -s -m755 $(APP) $(DESTDIR)$(SBIN) 
     36        install -m644 doc/* $(DESTDIR)$(DOC)