--- projects/libstatgrab/src/saidar/Makefile.am 2003/12/12 09:48:20 1.4 +++ projects/libstatgrab/src/saidar/Makefile.am 2004/06/18 23:45:40 1.7 @@ -1,6 +1,6 @@ # Makefile for libstatgrab/src/saidar -# http://www.i-scream.org/ -# $Id: Makefile.am,v 1.4 2003/12/12 09:48:20 tdb Exp $ +# http://www.i-scream.org/libstatgrab/ +# $Id: Makefile.am,v 1.7 2004/06/18 23:45:40 tdb Exp $ if SAIDAR bin_PROGRAMS = saidar @@ -18,11 +18,12 @@ install-exec-local: if SAIDAR if SETGIDBINS # Some operating systems need the binary to be setgid kmem - chgrp kmem @bindir@/saidar - chmod g+s @bindir@/saidar + chgrp kmem $(DESTDIR)@bindir@/saidar + chmod g+s $(DESTDIR)@bindir@/saidar endif if SETUIDBINS # Some operating systems need the binary to be setuid root - chmod u+s @bindir@/saidar + chown root $(DESTDIR)@bindir@/saidar + chmod u+s $(DESTDIR)@bindir@/saidar endif endif