packaging: print full path to the packages when builddeb finishes successfully
authormuxator <a.mux@inwind.it>
Tue, 09 Oct 2018 21:40:49 +0200
changeset 40103 01425e3c2645
parent 40102 f9c5f7b048b0
child 40104 338230555429
packaging: print full path to the packages when builddeb finishes successfully
contrib/packaging/builddeb
--- a/contrib/packaging/builddeb	Tue Oct 09 21:39:39 2018 +0200
+++ b/contrib/packaging/builddeb	Tue Oct 09 21:40:49 2018 +0200
@@ -102,5 +102,5 @@
           -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