From b6688e4ae40736d5fbcd4a325c5e03a2ca12db9f Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 3 May 2009 16:12:44 +0200 Subject: don't run autogen.sh this one is based on a released version --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b252cca..eadfcd4 100755 --- a/debian/rules +++ b/debian/rules @@ -9,5 +9,5 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_BUILDDIR := build DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify -post-patches:: - cd build && ../autogen.sh +#post-patches:: +# cd build && ../autogen.sh -- cgit