Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-08-21 16:11:44 -04:00
parent ec1e55a94c
commit 8392e14d23
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -405,7 +405,7 @@ rm -f %{buildroot}/%{_defaultdocdir}/node/lldb_commands.py \
# Some NPM bundled deps are executable but should not be. This causes
# unnecessary automatic dependencies to be added. Make them not executable.
find %{buildroot}%{_prefix}/lib/node_modules/npm -type f -exectuable -exec chmod -x {} \;
find %{buildroot}%{_prefix}/lib/node_modules/npm -type f -executable -exec chmod -x {} \;
%check