diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-27 17:56:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-27 17:56:17 -0600 |
commit | 6c0f03d8e7af4bd7f05db9f4c875944944f9ea2d (patch) | |
tree | 9d561a0a640c46ec553ffac6ec5b34c2ff80af98 /ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install | |
parent | 310ff4808430a884db897dd9ff7572ddeb708e49 (diff) | |
download | tde-packaging-6c0f03d8e7af4bd7f05db9f4c875944944f9ea2d.tar.gz tde-packaging-6c0f03d8e7af4bd7f05db9f4c875944944f9ea2d.zip |
Fix tdesvn build on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install')
-rw-r--r-- | ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install b/ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install index f3c840c12..348be90e8 100644 --- a/ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install +++ b/ubuntu/maverick/applications/tdesvn/debian/tdesvn-trinity.install @@ -1,6 +1,7 @@ debian/icons/tdesvn.xpm /opt/trinity/share/pixmaps/ debian/tmp/opt/trinity/bin/ -debian/tmp/opt/trinity/lib/libtdesvnpart.* +debian/tmp/opt/trinity/lib/*.so* +debian/tmp/opt/trinity/lib/trinity/tdesvnpart* debian/tmp/opt/trinity/share/apps/tdesvn/ debian/tmp/opt/trinity/share/apps/tdesvnpart/ debian/tmp/opt/trinity/share/apps/konqueror/servicemenus/ @@ -9,5 +10,5 @@ debian/tmp/opt/trinity/share/icons/ debian/tmp/opt/trinity/share/locale/*/LC_MESSAGES/*.mo debian/tmp/opt/trinity/share/config.kcfg/ debian/tmp/opt/trinity/share/applications/kde/*.desktop -debian/tmp/opt/trinity/share/doc/HTML/ /opt/trinity/share/doc/kde/ +debian/tmp/opt/trinity/share/doc/kde/ |