diff options
-rw-r--r-- | packaging/linux-3.10.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/linux-3.10.spec b/packaging/linux-3.10.spec index 31d4e045fb0..3aad1fdbc86 100644 --- a/packaging/linux-3.10.spec +++ b/packaging/linux-3.10.spec @@ -139,7 +139,7 @@ make INSTALL_PATH=%{buildroot} INSTALL_MOD_PATH=%{buildroot} INSTALL_HDR_PATH=%{ # 4.1 Install perf install -d %{buildroot} -make -s -C tools/perf DESTDIR=%{buildroot} install +make -s -C tools/perf WERROR=0 DESTDIR=%{buildroot} install install -d %{buildroot}/usr/bin install -d %{buildroot}/usr/libexec mv %{buildroot}/bin/* %{buildroot}/usr/bin/ |