Show More
@@ -102,5 +102,5 b' if [ "$CLEANUP" ] ; then' | |||
|
102 | 102 | -type f -newer $control -print0 2>/dev/null | \ |
|
103 | 103 | xargs -Inarf -0 mv narf "$OUTPUTDIR" |
|
104 | 104 | echo "Built packages for $debver:" |
|
105 | find "$OUTPUTDIR" -type f -newer $control -name '*.deb' | |
|
105 | find "$PWD"/"$OUTPUTDIR" -type f -newer $control -name '*.deb' | |
|
106 | 106 | fi |
General Comments 0
You need to be logged in to leave comments.
Login now