diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-27 01:48:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-27 01:48:53 -0600 |
commit | 5839b0d3991d4a2be7c2668f2a9082ee0f9ecf20 (patch) | |
tree | 30e3db723e96447df0a7355245dcef2274ab4c9c /ubuntu/maverick/tdevelop | |
parent | 28976a0c1f7d55400eecba92e4f44b10fe84d291 (diff) | |
download | tde-packaging-5839b0d3991d4a2be7c2668f2a9082ee0f9ecf20.tar.gz tde-packaging-5839b0d3991d4a2be7c2668f2a9082ee0f9ecf20.zip |
Fix tdevelop FTBFS on i386
Diffstat (limited to 'ubuntu/maverick/tdevelop')
-rw-r--r-- | ubuntu/maverick/tdevelop/debian/kdevdesigner-trinity.install | 1 | ||||
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/kdevdesigner-trinity.install b/ubuntu/maverick/tdevelop/debian/kdevdesigner-trinity.install index e57f4a7b3..05e56a292 100644 --- a/ubuntu/maverick/tdevelop/debian/kdevdesigner-trinity.install +++ b/ubuntu/maverick/tdevelop/debian/kdevdesigner-trinity.install @@ -1,3 +1,4 @@ debian/tmp/opt/trinity/lib/trinity/libkdevdesignerpart.* +debian/tmp/opt/trinity/lib/libkinterfacedesigner.* debian/tmp/opt/trinity/bin/kdevdesigner debian/tmp/opt/trinity/share/services/kdevdesigner_part.desktop diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index 391e3ff97..a48dcb00c 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -79,4 +79,5 @@ binary-install/tdevelop-trinity:: cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps mv debian/tdevelop-trinity/usr/share/man debian/tdevelop-trinity/opt/trinity/share/ rm debian/tdevelop-trinity/opt/trinity/lib/trinity/libkdevdesignerpart.* + rm debian/tdevelop-trinity/opt/trinity/lib/libkinterfacedesigner.* rm debian/tdevelop-trinity/opt/trinity/share/services/kdevdesigner_part.desktop |