diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-11 19:56:57 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-11 19:56:57 -0400 |
commit | 6af7d95a6917dbdf9a9021664e8bb2c820dd992d (patch) | |
tree | 3e42f263c18a47ecf84b396d3b31fc6d69ff5d42 /opensuse/tde-filesystem | |
parent | 47a0aa4601c58418067dcfaea332e1d5911d3fe3 (diff) | |
download | tde-packaging-6af7d95a6917dbdf9a9021664e8bb2c820dd992d.tar.gz tde-packaging-6af7d95a6917dbdf9a9021664e8bb2c820dd992d.zip |
* add arts
* starts packaging naming tde-* (eg. tde-kdelibs)
Diffstat (limited to 'opensuse/tde-filesystem')
-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" \\\ |