diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-12-18 16:39:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-18 16:39:56 +0100 |
commit | 0236bce9e4ca11d2437fa8e4e8e3e5f74e706c07 (patch) | |
tree | 92254e2accd88e2d8d3274646da1782d324556a1 | |
parent | a0a7c9b50941a51682bfa08164e23b52a9cf9ca0 (diff) | |
download | tde-packaging-0236bce9e4ca11d2437fa8e4e8e3e5f74e706c07.tar.gz tde-packaging-0236bce9e4ca11d2437fa8e4e8e3e5f74e706c07.zip |
Fix kpilot packaging on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/lenny/applications/kpilot/debian/kpilot-trinity.install b/debian/lenny/applications/kpilot/debian/kpilot-trinity.install new file mode 100644 index 000000000..bd25c982e --- /dev/null +++ b/debian/lenny/applications/kpilot/debian/kpilot-trinity.install @@ -0,0 +1 @@ +debian/tmp/opt/trinity diff --git a/debian/squeeze/applications/kpilot/debian/kpilot-trinity.install b/debian/squeeze/applications/kpilot/debian/kpilot-trinity.install new file mode 100644 index 000000000..bd25c982e --- /dev/null +++ b/debian/squeeze/applications/kpilot/debian/kpilot-trinity.install @@ -0,0 +1 @@ +debian/tmp/opt/trinity diff --git a/ubuntu/maverick/applications/kpilot/debian/kpilot-trinity.install b/ubuntu/maverick/applications/kpilot/debian/kpilot-trinity.install new file mode 100644 index 000000000..bd25c982e --- /dev/null +++ b/ubuntu/maverick/applications/kpilot/debian/kpilot-trinity.install @@ -0,0 +1 @@ +debian/tmp/opt/trinity |