diff options
author | Timothy Pearson <[email protected]> | 2011-08-11 22:57:38 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-08-11 22:57:38 -0500 |
commit | 92637808903d58884a829850d68df6ffeef63323 (patch) | |
tree | 7d93f4f11e1819bf2f91347343c150589fb2d19d /opensuse/tde-filesystem/macros.tde | |
parent | 2327306bdb2b4f62381c9a6d7d6ae217a5eda9b1 (diff) | |
parent | 53f2819f9af035a38ca08df1ede9e6cd24aa79ef (diff) | |
download | tde-packaging-92637808903d58884a829850d68df6ffeef63323.tar.gz tde-packaging-92637808903d58884a829850d68df6ffeef63323.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'opensuse/tde-filesystem/macros.tde')
-rw-r--r-- | opensuse/tde-filesystem/macros.tde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opensuse/tde-filesystem/macros.tde b/opensuse/tde-filesystem/macros.tde index a7cea485f..529d1dfb6 100644 --- a/opensuse/tde-filesystem/macros.tde +++ b/opensuse/tde-filesystem/macros.tde @@ -53,7 +53,7 @@ cmake -DCMAKE_SKIP_RPATH=ON \\\ -DCMAKE_INSTALL_PREFIX=%{_tde_prefix} \\\ -DCMAKE_INSTALL_LIBDIR:PATH=%{_tde_libdir} \\\ - -DINCLUDE_INSTALL_DIR:PATH=%{_tde_prefix}/include \\\ + -DINCLUDE_INSTALL_DIR:PATH=%{_tde_includedir} \\\ -DLIB_INSTALL_DIR:PATH=%{_tde_libdir} \\\ -DLIBEXEC_INSTALL_DIR:PATH=%{_tde_libexecdir} \\\ -DLIB_SUFFIX="$_tde_libsuffix" \\\ |