From 86094f3152093a82ecb0b8d4ebf92134246c9530 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 22 Jul 2021 08:28:49 +0000 Subject: [PATCH] modified pkgs/hio.spec.in --- hio/pkgs/hio.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hio/pkgs/hio.spec.in b/hio/pkgs/hio.spec.in index 3e6eaee..3cfe3b7 100644 --- a/hio/pkgs/hio.spec.in +++ b/hio/pkgs/hio.spec.in @@ -51,7 +51,7 @@ make make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la 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 make check