Jan Engelhardt 2020-12-24 12:15:55 +00:00 committed by Git OBS Bridge
parent c79b49154c
commit 0637f959b8

View File

@ -64,7 +64,7 @@ for scientific text.
rm -fv libatomic_ops-*.tar.gz gc-*.tar.gz rm -fv libatomic_ops-*.tar.gz gc-*.tar.gz
%build %build
if ! -e configure; then autoreconf -fiv; fi if [ ! -e configure ]; then autoreconf -fiv; fi
%configure --with-docdir="%_docdir/%name" %configure --with-docdir="%_docdir/%name"
%make_build %make_build