From 6f6aff51ae1bbe1ac03f89657d61d9072fb95a51 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 10 Jun 2019 20:23:42 +0200 Subject: [PATCH] chmod +x proper rpmbuild Signed-off-by: Igor Gnatenko --- rpm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 8466261..f466d34 100644 --- a/rpm.spec +++ b/rpm.spec @@ -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