diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-21 01:06:33 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-14 03:02:42 +0200 |
commit | 021676614f8faf80943d62294c98deaee433f354 (patch) | |
tree | e9f8534794b18952db5fe86e01d3b46e10bf10b4 /ubuntu/maverick/applications/kpicosim | |
parent | 7eab8b938e4bc3785d10334c2e1b563be59f1a7e (diff) | |
download | tde-packaging-021676614f8faf80943d62294c98deaee433f354.tar.gz tde-packaging-021676614f8faf80943d62294c98deaee433f354.zip |
Fix HTML doc install directories on Debian and Ubuntu
(cherry picked from commit 62164e82581ee31097d33bbe9a6da16039b7204f)
Diffstat (limited to 'ubuntu/maverick/applications/kpicosim')
-rwxr-xr-x | ubuntu/maverick/applications/kpicosim/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kpicosim/debian/rules b/ubuntu/maverick/applications/kpicosim/debian/rules index 135e084ba..62ca3195a 100755 --- a/ubuntu/maverick/applications/kpicosim/debian/rules +++ b/ubuntu/maverick/applications/kpicosim/debian/rules @@ -88,11 +88,11 @@ install: build # Install standard documentation links. for pkg in `dh_listpackages`; do \ - if test -d debian/$$pkg/opt/trinity/share/doc/HTML; then \ + if test -d debian/$$pkg/opt/trinity/share/doc/tde/HTML; then \ if test ! -d debian/$$pkg/opt/trinity/share/doc/tde; then \ mkdir debian/$$pkg/opt/trinity/share/doc/tde; \ fi; \ - mv debian/$$pkg/opt/trinity/share/doc/HTML debian/$$pkg/opt/trinity/share/doc/tde/; \ + mv debian/$$pkg/opt/trinity/share/doc/tde/HTML debian/$$pkg/opt/trinity/share/doc/tde/; \ fi; \ 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 \ |