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.13.8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d71049799a3f87de95151e00c667c05dd0b5386c;p=thirdparty%2Fdbus.git CI: List attributes, sizes etc. of installed files, not just names Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 36f918d20..d4c5f1727 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -237,7 +237,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