Fix permissions on script.

This commit is contained in:
Elliott Sales de Andrade 2018-03-23 20:07:07 -04:00
parent d2291aea44
commit 1fa58d69aa

View File

@ -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