Fix permissions on script.
This commit is contained in:
parent
d2291aea44
commit
1fa58d69aa
@ -34,6 +34,9 @@ the elements of a vector, list, or other collection of data.
|
||||
%prep
|
||||
%setup -q -c -n %{packname}
|
||||
|
||||
# Fix permissions.
|
||||
chmod +x %{packname}/inst/unitTests/runTestSuite.sh
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user