1 |
|
# Makefile for libstatgrab/src/saidar |
2 |
< |
# http://www.i-scream.org/ |
2 |
> |
# http://www.i-scream.org/libstatgrab/ |
3 |
|
# $Id$ |
4 |
|
|
5 |
|
if SAIDAR |
15 |
|
LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @SAIDARLIBS@ @LINKFLAGS@ |
16 |
|
|
17 |
|
install-exec-local: |
18 |
– |
if SETGIDBINS |
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 $(DESTDIR)@bindir@/saidar |
27 |
> |
chmod u+s $(DESTDIR)@bindir@/saidar |
28 |
|
endif |
29 |
|
endif |