diff options
Diffstat (limited to 'ubuntu/maverick/applications/tellico/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/tellico/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tellico/debian/rules b/ubuntu/maverick/applications/tellico/debian/rules index b21fb6bd9..0f7236aad 100755 --- a/ubuntu/maverick/applications/tellico/debian/rules +++ b/ubuntu/maverick/applications/tellico/debian/rules @@ -70,7 +70,7 @@ config.status: configure # Add here commands to configure the package. CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ - kde_htmldir=\$${prefix}/share/doc/kde/HTML \ + kde_htmldir=\$${prefix}/share/doc/tde/HTML \ ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ @@ -129,7 +129,7 @@ install: build install -c -p -m 644 -T icons/tellico_mime.svg debian/tmp/opt/trinity/share/icons/hicolor/scalable/mimetypes/application-x-tellico.svg # Remove dead symlink from French translation - rm debian/tmp/opt/trinity/share/doc/kde/HTML/fr/tellico/common + rm debian/tmp/opt/trinity/share/doc/tde/HTML/fr/tellico/common # Build architecture-independent files here. |