--- projects/libstatgrab/src/statgrab/Makefile.am 2004/02/15 21:18:37 1.9 +++ projects/libstatgrab/src/statgrab/Makefile.am 2004/06/18 23:45:41 1.10 @@ -1,6 +1,6 @@ # Makefile for libstatgrab/src/statgrab # http://www.i-scream.org/libstatgrab/ -# $Id: Makefile.am,v 1.9 2004/02/15 21:18:37 tdb Exp $ +# $Id: Makefile.am,v 1.10 2004/06/18 23:45:41 tdb Exp $ if STATGRAB bin_PROGRAMS = statgrab @@ -19,12 +19,12 @@ install-exec-local: if STATGRAB if SETGIDBINS # Some operating systems need the binary to be setgid kmem - chgrp kmem @bindir@/statgrab - chmod g+s @bindir@/statgrab + chgrp kmem $(DESTDIR)@bindir@/statgrab + chmod g+s $(DESTDIR)@bindir@/statgrab endif if SETUIDBINS # Some operating systems need the binary to be setuid root - chown root @bindir@/statgrab - chmod u+s @bindir@/statgrab + chown root $(DESTDIR)@bindir@/statgrab + chmod u+s $(DESTDIR)@bindir@/statgrab endif endif