Changeset 75
- 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
| r72 |
r75 |
|
| 32 | 32 | test -d $(DESTDIR)$(SBIN) || install -m 755 -d $(DESTDIR)$(SBIN) |
|---|
| 33 | 33 | 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) |
|---|
Download in other formats:
* Generating other formats may take time.