diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |