[PATCH 2 of 6] packaging: print full path to the packages when builddeb finishes successfully

Antonio Muci a.mux at inwind.it
Tue Oct 9 21:29:24 UTC 2018


# HG changeset patch
# User muxator <a.mux at inwind.it>
# Date 1539114049 -7200
#      Tue Oct 09 21:40:49 2018 +0200
# Node ID f774dfa1595d4935879d2abbb8b4c802d8af0c65
# Parent  42d6233230fb917da7f53f181f29b4c4c209b65e
packaging: print full path to the packages when builddeb finishes successfully

diff --git a/contrib/packaging/builddeb b/contrib/packaging/builddeb
--- a/contrib/packaging/builddeb
+++ b/contrib/packaging/builddeb
@@ -102,5 +102,5 @@ if [ "$CLEANUP" ] ; then
           -type f -newer $control -print0 2>/dev/null | \
       xargs -Inarf -0 mv narf "$OUTPUTDIR"
     echo "Built packages for $debver:"
-    find "$OUTPUTDIR" -type f -newer $control -name '*.deb'
+    find "$PWD"/"$OUTPUTDIR" -type f -newer $control -name '*.deb'
 fi


More information about the Mercurial-devel mailing list