chmod +x proper rpmbuild

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-06-10 20:23:42 +02:00
parent 8d4a190d35
commit 6f6aff51ae
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ echo > %{buildroot}%{_bindir}/rpmbuild << EOF
#!/bin/sh
env MALLOC_CHECK_=3 /usr/bin/rpmbuild.real $@
EOF
chmod +x %{_bindir}/rpmbuild
chmod +x %{buildroot}%{_bindir}/rpmbuild
%if %{with check}
%check