[trace] Add sticky bit to (system-wide) trace output dir

Need to allow user programs to dump their traces into the common output
directory, when using /etc/ld.so.preload to capture traces for the entire
desktop.
This commit is contained in:
Chris Wilson 2009-06-14 09:10:08 +01:00
parent 3fe50a77ea
commit f2057061c6

View file

@ -19,7 +19,8 @@ cairo_trace_la_LIBADD = -ldl -lz $(BFD_LIBS)
system-install: install
mkdir -p $(cairooutdir)
-mkdir -p $(cairooutdir)
-chmod 01777 $(cairooutdir)
grep -sq $(cairolibdir)/cairo-trace.so /etc/ld.so.preload || echo $(cairolibdir)/cairo-trace.so >> /etc/ld.so.preload
system-uninstall: uninstall