##// END OF EJS Templates
builddeb: actually run make when building the deb (issue4778)...
Augie Fackler -
r26090:e5f2a2a0 default
parent child Browse files
Show More
@@ -49,6 +49,7 b' sed "s/__VERSION__/$version/" < $control'
49 49 mv $control.tmp $control
50 50
51 51 if [ "$BUILD" ]; then
52 make PREFIX=$DEBBUILDDIR/usr install
52 53 dpkg-deb --build $DEBBUILDDIR
53 54 mv $DEBBUILDDIR.deb $DEBBUILDDIR/mercurial-$version-$release.deb
54 55 if [ $? = 0 ]; then
General Comments 0
You need to be logged in to leave comments. Login now