aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2013-09-12 09:51:18 +0300
committerDamian Minkov <damencho@jitsi.org>2013-09-12 09:51:18 +0300
commit180310ee9a05764f05b1ae953a36c7f53131a288 (patch)
tree2e879b74aacb263f5c0f1c7d6aed784b11644c39 /resources/install
parentb330917676268bbcf498f63b971dabff32eaa6ac (diff)
downloadjitsi-180310ee9a05764f05b1ae953a36c7f53131a288.zip
jitsi-180310ee9a05764f05b1ae953a36c7f53131a288.tar.gz
jitsi-180310ee9a05764f05b1ae953a36c7f53131a288.tar.bz2
Adds missing linux specific bundle jars in deb package.
Diffstat (limited to 'resources/install')
-rw-r--r--resources/install/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index 3c94904..9303447 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -1698,7 +1698,7 @@
<!-- the target we will use to build the package,
depends whether we are building source package or just a deb -->
<property name="debianize.build.target"
- value="make" />
+ value="make-and-deploy" />
<antcall target="dpkg-debianize" />
<!-- Build i386 binary package -->
@@ -3151,6 +3151,7 @@ org.jitsi.bccontrib.util"/>
<!-- now rebuild jitsi -->
<antcall target="rebuild"/>
+ <antcall target="make-and-deploy"/>
<!-- will build native libs -->
<symlink resource="/usr/share/java/ant-contrib-cpptasks.jar"