Tom Stellard 2020-07-13 21:01:53 +00:00 committed by Richard W.M. Jones
parent deb6124adb
commit 89084e10d2

View File

@ -761,7 +761,7 @@ fi
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the # 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
# vendor dir not the site dir. # vendor dir not the site dir.
make V=1 INSTALLDIRS=vendor %{?_smp_mflags} %make_build INSTALLDIRS=vendor
%check %check
@ -787,7 +787,7 @@ fi
%install %install
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the # 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
# vendor dir not the site dir. # vendor dir not the site dir.
make DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor install %make_install INSTALLDIRS=vendor
# Delete static libraries. # Delete static libraries.
rm $( find $RPM_BUILD_ROOT -name '*.a' | grep -v /ocaml/ ) rm $( find $RPM_BUILD_ROOT -name '*.a' | grep -v /ocaml/ )