From 62164e82581ee31097d33bbe9a6da16039b7204f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 21 Apr 2012 01:06:33 -0500 Subject: Fix HTML doc install directories on Debian and Ubuntu --- ubuntu/maverick/applications/kpicosim/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubuntu/maverick/applications/kpicosim/debian/rules') 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 \ -- cgit v1.2.3