From 8392e14d2333b9de66db54ded33d4eadff8b05d0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Aug 21 2018 20:11:44 +0000 Subject: Fix typo Signed-off-by: Stephen Gallagher --- diff --git a/nodejs.spec b/nodejs.spec index 701c248..9b965ef 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -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