]> git.pld-linux.org Git - packages/libstatgrab.git/blob - libstatgrab-Makefile_fix.patch
- updated to 0.92.1
[packages/libstatgrab.git] / libstatgrab-Makefile_fix.patch
1 diff -burN libstatgrab-0.10.2.orig/src/statgrab/Makefile.am libstatgrab-0.10.2/src/statgrab/Makefile.am
2 --- libstatgrab-0.10.2.orig/src/statgrab/Makefile.am    2004-08-01 22:02:25.154366224 +0200
3 +++ libstatgrab-0.10.2/src/statgrab/Makefile.am 2004-08-01 22:03:01.323867624 +0200
4 @@ -16,15 +16,3 @@
5  LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@
6  
7  install-exec-local:
8 -if STATGRAB
9 -if SETGIDBINS
10 -# Some operating systems need the binary to be setgid kmem
11 -       chgrp kmem $(DESTDIR)@bindir@/statgrab
12 -       chmod g+s $(DESTDIR)@bindir@/statgrab
13 -endif
14 -if SETUIDBINS
15 -# Some operating systems need the binary to be setuid root
16 -       chown root $(DESTDIR)@bindir@/statgrab
17 -       chmod u+s $(DESTDIR)@bindir@/statgrab
18 -endif
19 -endif
This page took 0.059031 seconds and 3 git commands to generate.