Add --without-automatic-update when building the Debian package

Armin Burgmeier 2010-12-26 22:10:39 +01:00
parent 1dccd4a5b5
commit 8f8ff33bd9
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -16,7 +16,7 @@
builddir/Makefile:
dh_testdir
# Add here commands to configure the package.
autoreconf -i && ./configure --with-gtk
autoreconf -i && ./configure --with-gtk --without-automatic-update
build: build-stamp