chmod +x proper rpmbuild
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
8d4a190d35
commit
6f6aff51ae
2
rpm.spec
2
rpm.spec
@ -401,7 +401,7 @@ echo > %{buildroot}%{_bindir}/rpmbuild << EOF
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
env MALLOC_CHECK_=3 /usr/bin/rpmbuild.real $@
|
env MALLOC_CHECK_=3 /usr/bin/rpmbuild.real $@
|
||||||
EOF
|
EOF
|
||||||
chmod +x %{_bindir}/rpmbuild
|
chmod +x %{buildroot}%{_bindir}/rpmbuild
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user