modified pkgs/hio.spec.in

This commit is contained in:
hyung-hwan 2021-07-22 08:28:49 +00:00
parent 6e52fbb16e
commit 86094f3152

View File

@ -51,7 +51,7 @@ make
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
rm -f $RPM_BUILD_ROOT%{_bindir}/hio[0-9][0-9] ## delete binaries from the samples directory ### rm -f $RPM_BUILD_ROOT%{_bindir}/hio-* ## delete binaries from the bin directory.
%check %check
make check make check