Fix llvm-config
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=39
This commit is contained in:
parent
0fcaf58dbe
commit
9367f6478d
@ -176,10 +176,6 @@ file %{buildroot}/%{_libdir}/%{name}/*.so | awk -F: '$2~/ELF/{print $1}' | xargs
|
||||
|
||||
find %{buildroot}%{_includedir}/clang -name '*.tmp' -exec rm {} +
|
||||
|
||||
# Adjust library path
|
||||
sed -i 's,ABS_RUN_DIR/lib",ABS_RUN_DIR/%{_lib}/%{name}",' \
|
||||
%{buildroot}%{_bindir}/%{name}-config
|
||||
|
||||
for file in `find examples -type f`; do
|
||||
install -d %{buildroot}%{_docdir}/%{name}-doc/`dirname $file`
|
||||
install -m 644 $file %{buildroot}%{_docdir}/%{name}-doc/$file
|
||||
|
Loading…
x
Reference in New Issue
Block a user