diff options
Diffstat (limited to 'ubuntu/maverick/kdegames/debian/rules')
-rwxr-xr-x | ubuntu/maverick/kdegames/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdegames/debian/rules b/ubuntu/maverick/kdegames/debian/rules index a51ffb02d..5720e171d 100755 --- a/ubuntu/maverick/kdegames/debian/rules +++ b/ubuntu/maverick/kdegames/debian/rules @@ -33,7 +33,7 @@ DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V PACKAGES_WITH_LIBS := libkdegames1-trinity atlantik-trinity kolf-trinity common-binary-indep:: - if ! test -d debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-*apidocs debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; fi + if ! test -d debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdegames-*apidocs debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdegames-apidocs; fi common-binary-arch:: - if ! test -d debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-*apidocs debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; fi + if ! test -d debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdegames-*apidocs debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdegames-apidocs; fi |