diff options
author | François Andriot <[email protected]> | 2014-05-18 13:02:49 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-05-18 13:02:49 +0200 |
commit | bbcd089868fe4d79c3fdfefe7994cb4d27a6b41d (patch) | |
tree | e92ac7cdde5dcc451f010d266d988b8e69ffad68 /ubuntu/maverick/applications/kchmviewer/debian/debiandirs | |
parent | 51580029b9041969ade6d934c467200e5e28acd0 (diff) | |
parent | 3033b338e5f09deb6cbb9e26235fd1bed96537cd (diff) | |
download | tde-packaging-bbcd089868fe4d79c3fdfefe7994cb4d27a6b41d.tar.gz tde-packaging-bbcd089868fe4d79c3fdfefe7994cb4d27a6b41d.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/kchmviewer/debian/debiandirs')
-rw-r--r-- | ubuntu/maverick/applications/kchmviewer/debian/debiandirs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/applications/kchmviewer/debian/debiandirs b/ubuntu/maverick/applications/kchmviewer/debian/debiandirs index 4ef41159b..a190453fb 100644 --- a/ubuntu/maverick/applications/kchmviewer/debian/debiandirs +++ b/ubuntu/maverick/applications/kchmviewer/debian/debiandirs @@ -1,9 +1,9 @@ -export kde_prefix=/usr +export kde_prefix=/opt/trinity export sysconfdir=/etc -export kde_includedir=/usr/include/tde -export infodir=/usr/share/info -export mandir=/usr/share/man +export kde_includedir=/opt/trinity/include/tde +export infodir=/opt/trinity/share/info +export mandir=/opt/trinity/share/man export qtdir=/usr/share/qt3 -export kde_cgidir=/usr/lib/cgi-bin +export kde_cgidir=/opt/trinity/lib/cgi-bin export kde_confdir=/etc/trinity -export kde_htmldir=/usr/share/doc/tde/HTML +export kde_htmldir=/opt/trinity/share/doc/tde/HTML |