diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-16 08:50:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-16 08:50:40 -0500 |
commit | 1d05dfa51ea2699e67b7b7b48339cc0baf4e249d (patch) | |
tree | 86ba1ea4a3b68f7118ad45291c21648ebf5c3766 /debian/lenny/applications/tellico | |
parent | 2246bcd2933678a54e2290f2ce3b492e16d6cb9a (diff) | |
download | tde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.tar.gz tde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.zip |
Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files
Diffstat (limited to 'debian/lenny/applications/tellico')
-rwxr-xr-x | debian/lenny/applications/tellico/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/lenny/applications/tellico/debian/rules b/debian/lenny/applications/tellico/debian/rules index b21fb6bd9..0f7236aad 100755 --- a/debian/lenny/applications/tellico/debian/rules +++ b/debian/lenny/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. |