diff options
| author | David Bremner <david@tethera.net> | 2018-09-16 14:08:09 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-18 07:54:39 -0300 |
| commit | 2fd4e76006a44e11659d7723a75c6ba05c3c85b5 (patch) | |
| tree | d52585434ce34f0e6004b9f4de1160c718f6a7be /debian/rules | |
| parent | ae45a0c19cbb02556ecea1393bed9e5fc8ba649f (diff) | |
debian: update notmuch-mutt packaging to use install target
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 1ac6498c..07b755c0 100755 --- a/debian/rules +++ b/debian/rules @@ -31,4 +31,5 @@ override_dh_auto_install: dh_auto_install dh_auto_install --sourcedirectory bindings/python cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp + $(MAKE) -C contrib/notmuch-mutt DESTDIR=$(CURDIR)/debian/tmp install dh_auto_install --sourcedirectory bindings/ruby |
