From bfb6b80eb81ef734ccaa8d6a318423dd41ce01b2 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 15 Feb 2016 10:55:48 +1000 Subject: [PATCH] move another file somewhere. --- compiler-rt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 5d40196..5c27bb8 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -38,7 +38,7 @@ make install DESTDIR=%{buildroot} # move sanitizer lists to better place mkdir -p %{buildroot}%{_libdir}/clang/%{version} -for file in asan_blacklist.txt msan_blacklist.txt dfsan_blacklist.txt; do +for file in asan_blacklist.txt msan_blacklist.txt dfsan_blacklist.txt dfsan_abilist.txt; do mv -v %{buildroot}%{_prefix}/${file} %{buildroot}%{_libdir}/clang/%{version}/ || : done