[PATCH 2 of 9 debian-packaging] builddeb: actually run make when building the deb (issue4778)

Augie Fackler raf at durin42.com
Wed Aug 26 14:08:43 CDT 2015


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1440475112 14400
#      Mon Aug 24 23:58:32 2015 -0400
# Node ID b3df36bd5f355272a213c7cefd69bcaff604037c
# Parent  6975825e2844a22f35eb4935052d7aa95b958939
builddeb: actually run make when building the deb (issue4778)

diff --git a/contrib/builddeb b/contrib/builddeb
--- a/contrib/builddeb
+++ b/contrib/builddeb
@@ -49,6 +49,7 @@ sed "s/__VERSION__/$version/" < $control
 mv $control.tmp $control
 
 if [ "$BUILD" ]; then
+    make PREFIX=$DEBBUILDDIR/usr install
     dpkg-deb --build $DEBBUILDDIR
     mv $DEBBUILDDIR.deb $DEBBUILDDIR/mercurial-$version-$release.deb
     if [ $? = 0 ]; then


More information about the Mercurial-devel mailing list