diff options
Diffstat (limited to 'rpm/rpm-config.spec.in')
-rw-r--r-- | rpm/rpm-config.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/rpm-config.spec.in b/rpm/rpm-config.spec.in index ecfa795..aea2890 100644 --- a/rpm/rpm-config.spec.in +++ b/rpm/rpm-config.spec.in @@ -42,7 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %build %cmake -DBINDINGS_INSTALL_PREFIX:PATH=%{_libdir} -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install CURDIR=$(pwd) |