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

Comparing projects/libstatgrab/src/saidar/Makefile.am (file contents):
Revision 1.6 by tdb, Sun Feb 15 21:18:37 2004 UTC vs.
Revision 1.7 by tdb, Fri Jun 18 23:45:40 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines