From a81f793a7f4cffc60459a1290c8e75f603b099d1 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 10 Jan 2009 15:47:00 +0100 Subject: released version doesn't need to run autogen.sh --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index cf04d70..ec02057 100755 --- a/debian/rules +++ b/debian/rules @@ -10,5 +10,5 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.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