aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install
diff options
context:
space:
mode:
authorMartin Andre <martin@mandre.org>2006-10-11 10:29:02 +0000
committerMartin Andre <martin@mandre.org>2006-10-11 10:29:02 +0000
commit81088bdaa0ec095c4a245be3575bc347c9d5dc35 (patch)
tree8ca6d340347438189b0787c5c15736c1d158f7c9 /resources/install
parentd86bf7cc8955bdbdd758a8161fdb8abbb62ef7f6 (diff)
downloadjitsi-81088bdaa0ec095c4a245be3575bc347c9d5dc35.zip
jitsi-81088bdaa0ec095c4a245be3575bc347c9d5dc35.tar.gz
jitsi-81088bdaa0ec095c4a245be3575bc347c9d5dc35.tar.bz2
Can now build Debian package with the ant "deb" task.
Diffstat (limited to 'resources/install')
-rwxr-xr-xresources/install/debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/install/debian/rules b/resources/install/debian/rules
index 9cd6bc9..6b291e0 100755
--- a/resources/install/debian/rules
+++ b/resources/install/debian/rules
@@ -28,7 +28,7 @@ build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
- -$(ANT) -file $(BASEDIR)/build.xml rebuild
+ #-$(ANT) -file $(BASEDIR)/build.xml rebuild
touch $@
@@ -38,7 +38,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(ANT) -file $(BASEDIR)/build.xml clean
+ #-$(ANT) -file $(BASEDIR)/build.xml clean
dh_clean