another conditional
This commit is contained in:
parent
e9edb4db0e
commit
0753dafe29
@ -133,7 +133,9 @@ rm -rf tmp
|
||||
make DIST_DIR=%{buildroot}%{_prefix} dist
|
||||
|
||||
# Simpler to label the dir as %%doc.
|
||||
mv %{buildroot}/usr/docs doc/
|
||||
if [ -d %{buildroot}/usr/docs ]; then
|
||||
mv %{buildroot}/usr/docs doc/
|
||||
fi
|
||||
|
||||
%if %{generic_target}
|
||||
install -p libvpx.so.%{soversion} %{buildroot}%{_libdir}
|
||||
|
Loading…
Reference in New Issue
Block a user