SHA256
1
0
forked from pool/llvm
Ismail Dönmez 2011-06-03 06:40:46 +00:00 committed by Git OBS Bridge
parent 0fcaf58dbe
commit 9367f6478d

View File

@ -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