summaryrefslogtreecommitdiffstats
path: root/template.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-18 14:56:39 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:47 +0200
commit4b6bd22d9db1386e9c54671f5ae0180ddebcf808 (patch)
treebf1fb45242040918efc041158791a6460b033604 /template.d
parent4c4f2778cf32c9f0bf30edfdaeba4e0b7d95515d (diff)
Duplicate variable meant to set installation dir
Remove BINDING_INSTALL_PREFIX variable Change-Id: Ia5be7f18a66b3667f03edb265caccc515e0490b2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'template.d')
-rw-r--r--template.d/rpm-config.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.d/rpm-config.spec.in b/template.d/rpm-config.spec.in
index 8b3d442..34a605d 100644
--- a/template.d/rpm-config.spec.in
+++ b/template.d/rpm-config.spec.in
@@ -42,7 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%setup -q
%build
-%cmake -DBINDINGS_INSTALL_PREFIX:PATH=%{_libdir}
+%cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_libdir}
make %{?_smp_mflags}
%install