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