From: Simon McVittie Date: Tue, 4 Dec 2018 11:25:02 +0000 (+0000) Subject: CI: List attributes, sizes etc. of installed files, not just names X-Git-Tag: dbus-1.12.12~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b4e7319b622bb3ba6eef455497135e8de59e22;p=thirdparty%2Fdbus.git CI: List attributes, sizes etc. of installed files, not just names Signed-off-by: Simon McVittie (cherry picked from commit d71049799a3f87de95151e00c667c05dd0b5386c) --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 56066b00e..12f1fbc5f 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -232,7 +232,7 @@ case "$ci_buildsys" in [ "$ci_test" = no ] || ${make} distcheck || maybe_fail_tests ${make} install DESTDIR=$(pwd)/DESTDIR - ( cd DESTDIR && find . ) + ( cd DESTDIR && find . -ls ) if [ "$ci_sudo" = yes ] && [ "$ci_test" = yes ]; then sudo ${make} install