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 /ubuntu/maverick/applications/kpicosim/debian | |
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 'ubuntu/maverick/applications/kpicosim/debian')
-rw-r--r-- | ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kpicosim/debian/rules | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links b/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links index e80a6f57c..78a8ee9df 100644 --- a/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links +++ b/ubuntu/maverick/applications/kpicosim/debian/kpicosim-trinity.links @@ -1 +1 @@ -/opt/trinity/share/doc/kde/HTML/en/kpicosim /opt/trinity/share/apps/kpicosim/doc +/opt/trinity/share/doc/tde/HTML/en/kpicosim /opt/trinity/share/apps/kpicosim/doc diff --git a/ubuntu/maverick/applications/kpicosim/debian/rules b/ubuntu/maverick/applications/kpicosim/debian/rules index 8d66d9609..4f9b2c73a 100755 --- a/ubuntu/maverick/applications/kpicosim/debian/rules +++ b/ubuntu/maverick/applications/kpicosim/debian/rules @@ -94,8 +94,8 @@ install: build fi; \ mv debian/$$pkg/opt/trinity/share/doc/HTML debian/$$pkg/opt/trinity/share/doc/kde/; \ fi; \ - if test -d debian/$$pkg/opt/trinity/share/doc/kde/HTML/en/$$pkg; then \ - dh_link -p$$pkg opt/trinity/share/doc/kde/HTML/en/$$pkg \ + if test -d debian/$$pkg/opt/trinity/share/doc/tde/HTML/en/$$pkg; then \ + dh_link -p$$pkg opt/trinity/share/doc/tde/HTML/en/$$pkg \ opt/trinity/share/doc/$$pkg/html; \ fi; \ done |