diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-13 15:26:17 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-13 15:26:17 -0400 |
commit | 343544d84f62f20176bdcb9c85d78343f165bd3b (patch) | |
tree | ef9e3febb00d1e9526588c270b236f090d3b413c /opensuse | |
parent | fa41f32b69994ecd75b7359fa2df08ea5a3480ab (diff) | |
download | tde-packaging-343544d84f62f20176bdcb9c85d78343f165bd3b.tar.gz tde-packaging-343544d84f62f20176bdcb9c85d78343f165bd3b.zip |
add in INFO_INSTALL_DIR to macros
Diffstat (limited to 'opensuse')
-rw-r--r-- | opensuse/tde-filesystem/macros.tde | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opensuse/tde-filesystem/macros.tde b/opensuse/tde-filesystem/macros.tde index 44a3a46fb..e39d75600 100644 --- a/opensuse/tde-filesystem/macros.tde +++ b/opensuse/tde-filesystem/macros.tde @@ -64,6 +64,7 @@ -DQT_INCLUDE_DIRS=/usr/lib/qt3/include \\\ -DPKGCONFIG_INSTALL_DIR=%{_libdir}/pkgconfig \\\ -DMAN_INSTALL_DIR=%{_mandir} \\\ + -DINFO_INSTALL_DIR=%{_infodir} \\\ $bdir %* \ %{nil} |