aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-10 15:47:00 +0100
committerGuido Guenther <agx@sigxcpu.org>2009-01-10 15:47:00 +0100
commita81f793a7f4cffc60459a1290c8e75f603b099d1 (patch)
treec8b8469e5057e539f5ae3c3e46ed21cad3bbf0d2 /debian/rules
parentset more gnomeish invisible char (diff)
downloadkrb5-auth-dialog-a81f793a7f4cffc60459a1290c8e75f603b099d1.tar.gz
krb5-auth-dialog-a81f793a7f4cffc60459a1290c8e75f603b099d1.tar.bz2
krb5-auth-dialog-a81f793a7f4cffc60459a1290c8e75f603b099d1.zip
released version doesn't need to run autogen.sh
Diffstat (limited to 'debian/rules')
-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