summaryrefslogtreecommitdiffstats
path: root/fastwriter.spec.in
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-16 18:36:50 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-16 18:36:50 +0100
commitaf7847d80c94f2b5d9012f11b60bd2cb163fc1e3 (patch)
tree5c13b22712674cba01ceabc5b5454f0264b1f082 /fastwriter.spec.in
parentd6a6948cb0bd99a21f636ad1d424bb7eec53b5a6 (diff)
downloadfastwriter-af7847d80c94f2b5d9012f11b60bd2cb163fc1e3.tar.gz
fastwriter-af7847d80c94f2b5d9012f11b60bd2cb163fc1e3.tar.bz2
fastwriter-af7847d80c94f2b5d9012f11b60bd2cb163fc1e3.tar.xz
fastwriter-af7847d80c94f2b5d9012f11b60bd2cb163fc1e3.zip
Use GNUInstallDirs to detect install paths
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