aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
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
bgstack15