diff options
author | Damian Minkov <damencho@jitsi.org> | 2013-09-12 09:51:18 +0300 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2013-09-12 09:51:18 +0300 |
commit | 180310ee9a05764f05b1ae953a36c7f53131a288 (patch) | |
tree | 2e879b74aacb263f5c0f1c7d6aed784b11644c39 /resources/install | |
parent | b330917676268bbcf498f63b971dabff32eaa6ac (diff) | |
download | jitsi-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.xml | 3 |
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" |