Merge #1 Remove old cruft

This commit is contained in:
James Ralston 2020-02-14 05:25:08 +00:00
commit c2efbb325d

View File

@ -38,7 +38,6 @@ EOF
./Build test
%install
%{__rm} -rf "${RPM_BUILD_ROOT}"
./Build install destdir="${RPM_BUILD_ROOT}" create_packlist=0
find "${RPM_BUILD_ROOT}" -type f -name "*.bs" -size 0 -exec %{__rm} -f {} \;
find "${RPM_BUILD_ROOT}" -depth -type d -exec rmdir {} 2>/dev/null \;