summaryrefslogtreecommitdiffstats
path: root/fastwriter.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'fastwriter.spec.in')
-rw-r--r--fastwriter.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastwriter.spec.in b/fastwriter.spec.in
index e693079..680dbc3 100644
--- a/fastwriter.spec.in
+++ b/fastwriter.spec.in
@@ -46,7 +46,7 @@ Development files for fastwriter
%setup -q
%build
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_INSTALL_DIR=%{_libdir} -DBIN_INSTALL_DIR=%{_bindir} -DDATA_INSTALL_DIR=%{_datadir} -DINCLUDE_INSTALL_DIR=%{_includedir} -DCMAKE_BUILD_TYPE=Release .
+cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=%{_libdir} -DCMAKE_INSTALL_BINDIR=%{_bindir} -DCMAKE_INSTALL_DATADIR=%{_datadir} -DCMAKE_INSTALL_DATAROOTDIR=%{_datadir} -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} -DCMAKE_BUILD_TYPE=Release .
make
%install