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:
parent
41f2ee5ad3
commit
c1f36eea82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user