ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/Makefile.am
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/Makefile.am (file contents):
Revision 1.9 by tdb, Sun Feb 15 21:18:37 2004 UTC vs.
Revision 1.10 by tdb, Fri Jun 18 23:45:41 2004 UTC

# Line 19 | Line 19 | install-exec-local:
19   if STATGRAB
20   if SETGIDBINS
21   # Some operating systems need the binary to be setgid kmem
22 <        chgrp kmem @bindir@/statgrab
23 <        chmod g+s @bindir@/statgrab
22 >        chgrp kmem $(DESTDIR)@bindir@/statgrab
23 >        chmod g+s $(DESTDIR)@bindir@/statgrab
24   endif
25   if SETUIDBINS
26   # Some operating systems need the binary to be setuid root
27 <        chown root @bindir@/statgrab
28 <        chmod u+s @bindir@/statgrab
27 >        chown root $(DESTDIR)@bindir@/statgrab
28 >        chmod u+s $(DESTDIR)@bindir@/statgrab
29   endif
30   endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines