From e31d02038d4b876ea1b1d201d976623a68bf1b0a Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Thu, 10 Jan 2013 02:15:32 -0700 Subject: [PATCH] missing arg to install script --- nodejs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index b57d998..ecd229a 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -110,7 +110,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -./tools/install.py %{buildroot} +./tools/install.py install %{buildroot} # and remove dtrace file again rm -rf %{buildroot}/%{_prefix}/lib/dtrace