diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2009-05-09 00:28:03 +0200 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2009-05-09 00:28:03 +0200 |
commit | 7945e249007f086d5d219c42ef4a0bb181f850e5 (patch) | |
tree | d877640856931b1a4c99c52556c2325936da2791 /debian/rules | |
parent | fabc49a0b8aa283cc83ac2ff514dad74a92208e1 (diff) | |
download | weechat-7945e249007f086d5d219c42ef4a0bb181f850e5.zip |
Update debian packaging (fix double build due to autodetection of configure file).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 62bfa08f5..125fe9527 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,11 @@ build-stamp: builddir/Makefile $(MAKE) -C builddir touch $@ +override_dh_auto_configure: + # the package also has autotools buildsys and + # debhelper try to use it but that's not needed + echo + override_dh_install: $(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/tmp install dh_install |