diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-21 01:06:33 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-21 01:06:33 -0500 |
commit | 62164e82581ee31097d33bbe9a6da16039b7204f (patch) | |
tree | 11f4ece18e554910d2c3295d5fd30ed4a8f3f885 /ubuntu/maverick/applications/kpicosim/debian/rules | |
parent | c534f1d3fa732ca205250b1fc947f15ee0596df0 (diff) | |
download | tde-packaging-62164e82581ee31097d33bbe9a6da16039b7204f.tar.gz tde-packaging-62164e82581ee31097d33bbe9a6da16039b7204f.zip |
Fix HTML doc install directories on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kpicosim/debian/rules')
-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 a0d00721c..b838687dc 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 \ |