SHA256
1
0
forked from jengelh/wayland

Run make check with mode 0700 dir

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=20
This commit is contained in:
Jan Engelhardt 2012-12-19 08:21:41 +00:00 committed by Git OBS Bridge
parent 41f2ee5ad3
commit c1f36eea82

View File

@ -114,7 +114,8 @@ make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la;
%check
XDG_RUNTIME_DIR=/tmp make check %{?_smp_mflags};
mkdir -m go-rwx xdg;
XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
%post -n libwayland-client0 -p /sbin/ldconfig
%postun -n libwayland-client0 -p /sbin/ldconfig