diff -ur libstatgrab-0.14/src/saidar/Makefile.am libstatgrab-0.14-1/src/saidar/Makefile.am --- libstatgrab-0.14/src/saidar/Makefile.am 2004-06-19 03:45:40.000000000 +0400 +++ libstatgrab-0.14-1/src/saidar/Makefile.am 2007-10-05 15:49:28.000000000 +0400 @@ -23,7 +23,7 @@ endif if SETUIDBINS # Some operating systems need the binary to be setuid root - chown root $(DESTDIR)@bindir@/saidar - chmod u+s $(DESTDIR)@bindir@/saidar + chown root $(DESTDIR)@bindir@/saidar || true + chmod u+s $(DESTDIR)@bindir@/saidar || true endif endif diff -ur libstatgrab-0.14/src/saidar/Makefile.in libstatgrab-0.14-1/src/saidar/Makefile.in --- libstatgrab-0.14/src/saidar/Makefile.in 2007-01-06 04:07:19.000000000 +0300 +++ libstatgrab-0.14-1/src/saidar/Makefile.in 2007-10-05 15:49:56.000000000 +0400 @@ -474,8 +474,8 @@ @SAIDAR_TRUE@@SETGIDBINS_TRUE@ chgrp kmem $(DESTDIR)@bindir@/saidar @SAIDAR_TRUE@@SETGIDBINS_TRUE@ chmod g+s $(DESTDIR)@bindir@/saidar # Some operating systems need the binary to be setuid root -@SAIDAR_TRUE@@SETUIDBINS_TRUE@ chown root $(DESTDIR)@bindir@/saidar -@SAIDAR_TRUE@@SETUIDBINS_TRUE@ chmod u+s $(DESTDIR)@bindir@/saidar +@SAIDAR_TRUE@@SETUIDBINS_TRUE@ chown root $(DESTDIR)@bindir@/saidar || true +@SAIDAR_TRUE@@SETUIDBINS_TRUE@ chmod u+s $(DESTDIR)@bindir@/saidar || true # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -ur libstatgrab-0.14/src/statgrab/Makefile.am libstatgrab-0.14-1/src/statgrab/Makefile.am --- libstatgrab-0.14/src/statgrab/Makefile.am 2004-06-19 03:45:41.000000000 +0400 +++ libstatgrab-0.14-1/src/statgrab/Makefile.am 2007-10-05 15:50:09.000000000 +0400 @@ -24,7 +24,7 @@ endif if SETUIDBINS # Some operating systems need the binary to be setuid root - chown root $(DESTDIR)@bindir@/statgrab - chmod u+s $(DESTDIR)@bindir@/statgrab + chown root $(DESTDIR)@bindir@/statgrab || true + chmod u+s $(DESTDIR)@bindir@/statgrab || true endif endif diff -ur libstatgrab-0.14/src/statgrab/Makefile.in libstatgrab-0.14-1/src/statgrab/Makefile.in --- libstatgrab-0.14/src/statgrab/Makefile.in 2007-01-06 04:07:22.000000000 +0300 +++ libstatgrab-0.14-1/src/statgrab/Makefile.in 2007-10-05 15:50:18.000000000 +0400 @@ -507,8 +507,8 @@ @SETGIDBINS_TRUE@@STATGRAB_TRUE@ chgrp kmem $(DESTDIR)@bindir@/statgrab @SETGIDBINS_TRUE@@STATGRAB_TRUE@ chmod g+s $(DESTDIR)@bindir@/statgrab # Some operating systems need the binary to be setuid root -@SETUIDBINS_TRUE@@STATGRAB_TRUE@ chown root $(DESTDIR)@bindir@/statgrab -@SETUIDBINS_TRUE@@STATGRAB_TRUE@ chmod u+s $(DESTDIR)@bindir@/statgrab +@SETUIDBINS_TRUE@@STATGRAB_TRUE@ chown root $(DESTDIR)@bindir@/statgrab || true +@SETUIDBINS_TRUE@@STATGRAB_TRUE@ chmod u+s $(DESTDIR)@bindir@/statgrab || true # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: