diff options
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 ec02057..cf04d70 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 |