diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-01-10 15:47:00 +0100 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2009-01-10 15:47:00 +0100 |
commit | a81f793a7f4cffc60459a1290c8e75f603b099d1 (patch) | |
tree | c8b8469e5057e539f5ae3c3e46ed21cad3bbf0d2 /debian | |
parent | set more gnomeish invisible char (diff) | |
download | krb5-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')
-rwxr-xr-x | debian/rules | 4 |
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 |