mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 02:38:07 +02:00
[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:
parent
3fe50a77ea
commit
f2057061c6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue