summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2014-05-23 16:50:57 +0200
committerAndreas Beckmann <anbe@debian.org>2014-05-23 16:50:57 +0200
commitb49f3132ec3b94f74c8a4931f9fbc3f89c332779 (patch)
tree525f02da1e7a8d62188436968aa0024e1f3a3a25
parent26145bb8a79096b61dca9114b58fe281272e7fb4 (diff)
downloadsendmail-b49f3132ec3b94f74c8a4931f9fbc3f89c332779.tar.gz
install everything else into debian/tmp, too
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index fce9612..7880d0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -347,10 +347,9 @@ common-install-arch::
-e "s?/etc/mail/statistics?${localstatedir}/lib/sendmail/sendmail.st?g" \
${DEB_SRCDIR}/sendmail/sendmail.8
# sendmail install proper... with a little help ;-}
- #$(MAKE) install DESTDIR="$(CURDIR)/${PKG_DIR}";
+ $(MAKE) -C ${DEB_SRCDIR} install DESTDIR="$(DEB_DESTDIR)"
$(MAKE) -C ${DEB_SRCDIR}/libmilter install DESTDIR="$(DEB_DESTDIR)"
- $(MAKE) -C ${DEB_SRCDIR}/libsm install DESTDIR="$(DEB_DESTDIR)"
- $(MAKE) -C ${DEB_SRCDIR}/libsmutil install DESTDIR="$(DEB_DESTDIR)"
+ $(MAKE) -C ${DEB_SRCDIR}/mail.local force-install DESTDIR="$(DEB_DESTDIR)"
# Debian stuff
$(MAKE) -C debian/sensible_mda install-arch DESTDIR="$(DEB_DESTDIR)"
# Finally, install the whole enchilada