diff options
| author | Andreas Beckmann <anbe@debian.org> | 2014-05-23 00:37:27 +0200 |
|---|---|---|
| committer | Andreas Beckmann <anbe@debian.org> | 2014-05-23 00:37:27 +0200 |
| commit | 9142c673430e9946f8e8ebff403f51a49e7f65dc (patch) | |
| tree | 6fd391b8b8a3d8cb337443ed8bb720841d8c49fc /debian/rules | |
| parent | 1c4cb61ee21d089a4b95bf02e0ca724be1c463de (diff) | |
| download | sendmail-9142c673430e9946f8e8ebff403f51a49e7f65dc.tar.gz | |
install sensible-mda via debian/tmp and dh_install
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index fefd7fd..5b67f4a 100755 --- a/debian/rules +++ b/debian/rules @@ -356,6 +356,8 @@ common-install-arch:: ${DEB_SRCDIR}/sendmail/sendmail.8 # sendmail install proper... with a little help ;-} #$(MAKE) install DESTDIR="$(CURDIR)/${PKG_DIR}"; + # Debian stuff + $(MAKE) -C debian/sensible_mda install-arch DESTDIR="$(DEB_DESTDIR)" # Finally, install the whole enchilada for subdir in ${SM_SUBDIRS}; do \ if [ -d ${DEB_SRCDIR}/$${subdir} ]; then \ @@ -404,10 +406,6 @@ common-install-arch:: ${PKG_DIR}${libexecdir}/vacation.sendmail; \ mv ${PKG_DIR}${mandir}/man1/vacation.1 \ ${PKG_DIR}${mandir}/man1/vacation.sendmail.1; \ - # Debian stuff - (cd debian/sensible_mda && \ - $(MAKE) -f Makefile install-arch \ - DESTDIR="${SRC_DIR}/sensible-mda";); # libmilter-dev package (cd ${DEB_SRCDIR}/obj*/libmilter && \ $(MAKE) install \ |
