From c1f36eea8282568f4517b967dab994c80cca4c891fc81fcc46ffea32598115ea Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Dec 2012 08:21:41 +0000 Subject: [PATCH] Run make check with mode 0700 dir OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=20 --- wayland.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wayland.spec b/wayland.spec index b6cbedd..5f925a2 100644 --- a/wayland.spec +++ b/wayland.spec @@ -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