Fix missing quotes

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-09-20 08:39:14 -04:00
parent 4614b5fef1
commit f16535f82a
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -407,7 +407,7 @@ rm -f %{buildroot}/%{_defaultdocdir}/node/lldb_commands.py \
# unnecessary automatic dependencies to be added. Make them not executable.
# Skip the npm bin directory or the npm binary will not work.
find %{buildroot}%{_prefix}/lib/node_modules/npm \
-not -path %{buildroot}%{_prefix}/lib/node_modules/npm/bin/* \
-not -path "%{buildroot}%{_prefix}/lib/node_modules/npm/bin/*" \
-executable -type f \
-exec chmod -x {} \;