Fix
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=127
This commit is contained in:
parent
cbd268e666
commit
def7655448
@ -221,8 +221,8 @@ rm -rf %{buildroot}/usr/docs/
|
||||
# cleanup
|
||||
file %{buildroot}/%{_bindir}/* | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d
|
||||
file %{buildroot}/%{_libdir}/%{name}/*.so | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d
|
||||
|
||||
find %{buildroot}%{_includedir}/clang -name '*.tmp' -exec rm {} +
|
||||
chmod -x %{buildroot}/%{_libdir}/*.a
|
||||
|
||||
for file in `find examples -type f`; do
|
||||
install -d %{buildroot}%{_docdir}/%{name}-doc/`dirname $file`
|
||||
|
Loading…
Reference in New Issue
Block a user